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 | 禎?憶?隅? | 100100101111010100111111100010011010111100111111100010111111011100111111 | 92f53f89af3f8bf73f |
EUC-JP | 禎?憶?隅? | 110001001111011100111111101100101011000100111111101101101111100100111111 | c4f73fb2b13fb6f93f |
UTF-8 | 禎렋憶렏隅렱 | 111001111010011010001110111010111010000010001011111001101000011010110110111010111010000010001111111010011001101010000101111010111010000010110001 | e7a68eeba08be686b6eba08fe99a85eba0b1 |
UHC | 禎렋憶렏隅렱 | 111011111110111010001110101000101110010111100011100011101010010111101001111010101000111010111110 | efee8ea2e5e38ea5e9ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)