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 | 001111111001001110111101010011000110100000111111100100111011110101001100 | 3f93bd4c683f93bd4c |
EUC-JP | ?匿Lh?匿L | 001111111100011010111111010011000110100000111111110001101011111101001100 | 3fc6bf4c683fc6bf4c |
UTF-8 | 룵匿Lh룵匿L | 111010111010001110110101111001011000110010111111010011000110100011101011101000111011010111100101100011001011111101001100 | eba3b5e58cbf4c68eba3b5e58cbf4c |
UHC | 룵匿Lh룵匿L | 1000111110101010110100101111101101001100011010001000111110101010110100101111101101001100 | 8faad2fb4c688faad2fb4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)