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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 譽??塋ゅ?^ | 11100110101000110011111100111111100110101100100010000010111000110011111101011110 | e6a33f3f9ac882e33f5e |
EUC-JP | 譽??塋ゅ?^ | 11101100101001010011111100111111110101001100101010100100111001010011111101011110 | eca53f3fd4caa4e53f5e |
UTF-8 | 譽긴퐜塋ゅ렘^ | 11101000101011011011110111101010101110001011010011101101100100001001110011100101101000011000101111100011100000101000010111101011101000001001100001011110 | e8adbdeab8b4ed909ce5a18be38285eba0985e |
UHC | 譽긴퐜塋ゅ렘^ | 11100111111000101011000111100100101111011000011011100111101010111010101011100101101101111011110101011110 | e7e2b1e4bd86e7abaae5b7bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)