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 | 題壟?篩聘 | 100100011110100010011010111000000011111111100010101111111110001111011001 | 91e89ae03fe2bfe3d9 |
EUC-JP | 題壟?篩聘 | 110000101110101011010100111000100011111111100100110000011110011011011011 | c2ead4e23fe4c1e6db |
UTF-8 | 題壟렫篩聘 | 111010011010000110001100111001011010001110011111111010111010000010101011111001111010111110101001111010001000000110011000 | e9a18ce5a39feba0abe7afa9e88198 |
UHC | 題壟렫篩聘 | 11110000101110011101011011100110100011101011100111011110111010001101111010111101 | f0b9d6e68eb9dee8debd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)