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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ????倭H | 00111111001111110011111100111111100110000110000001001000 | 3f3f3f3f986048 |
EUC-JP | ????倭H | 00111111001111110011111100111111110011111100000101001000 | 3f3f3f3fcfc148 |
UTF-8 | 렯렱렯렑倭H | 11101011101000001010111111101011101000001011000111101011101000001010111111101011101000001001000111100101100000001010110101001000 | eba0afeba0b1eba0afeba091e580ad48 |
UHC | 렯렱렯렑倭H | 1000111010111100100011101011111010001110101111001000111010100110111010001101111001001000 | 8ebc8ebe8ebc8ea6e8de48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)