To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尋??屍 | 100100000111000100111111001111111000111001110010 | 90713f3f8e72 |
EUC-JP | 尋??屍 | 101111111101001000111111001111111011101111010011 | bfd23f3fbbd3 |
UTF-8 | 尋듿뒺屍 | 111001011011000010001011111010111001001110111111111010111001001010111010111001011011000110001101 | e5b08beb93bfeb92bae5b18d |
UHC | 尋듿뒺屍 | 1110001111111100100010101110010110001010101100001110001110111011 | e3fc8ae58ab0e3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)