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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 謁秧Lh謁秧L | 1000100101111001111000100101111001001100011010001000100101111001111000100101111001001100 | 8979e25e4c688979e25e4c |
EUC-JP | 謁秧Lh謁秧L | 1011000111011010111000111011111101001100011010001011000111011010111000111011111101001100 | b1dae3bf4c68b1dae3bf4c |
UTF-8 | 謁秧Lh謁秧L | 111010001010110010000001111001111010011110100111010011000110100011101000101011001000000111100111101001111010011101001100 | e8ac81e7a7a74c68e8ac81e7a7a74c |
UHC | 謁秧Lh謁秧L | 1110010011010111111001001110101101001100011010001110010011010111111001001110101101001100 | e4d7e4eb4c68e4d7e4eb4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)