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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 羣炊音蓍粋 | 11100011101110001001000010000110100010011011100111100100111001111001000010001000 | e3b8908689b9e4e79088 |
EUC-JP | 羣炊音蓍粋 | 11100110101110101011111111100110101100101011101111101000111010011011111111101000 | e6babfe6b2bbe8e9bfe8 |
UTF-8 | 羣炊音蓍粋 | 111001111011111010100011111001111000001010001010111010011001111110110011111010001001001110001101111001111011001010001011 | e7bea3e7828ae99fb3e8938de7b28b |
UHC | ?炊音蓍? | 0011111111110110101001111110101111100101111000111100100100111111 | 3ff6a7ebe5e3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)