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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲ル?椅θぜ | 1110000110011111100000111000101100111111100010001101011010000011110001101000001010111010 | e19f838b3f88d683c682ba |
EUC-JP | 癲ル?椅θぜ | 1110001010100001101001011110101100111111101100001101100010100110110010001010010010111100 | e2a1a5eb3fb0d8a6c8a4bc |
UTF-8 | 癲ル슡椅θぜ | 1110011110011001101100101110001110000011101010111110110010001010101000011110011010100100100001011100111010111000111000111000000110011100 | e799b2e383abec8aa1e6a485ceb8e3819c |
UHC | 癲ル슡椅θぜ | 111011111010011010101011111010111001101010101101111010111111010110100101111010001010101010111100 | efa6abeb9aadebf5a5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)