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 | ??寧億? | 00111111001111111001010001001010100010011010110100111111 | 3f3f944a89ad3f |
EUC-JP | 勖?寧億? | 100011111011001111101101001111111100011110101011101100101010111100111111 | 8fb3ed3fc7abb2af3f |
UTF-8 | 勖과寧億렪 | 111001011000101110010110111010101011001110111100111001011010111110100111111001011000010010000100111010111010000010101010 | e58b96eab3bce5afa7e58484eba0aa |
UHC | 勖과寧億렪 | 11101001111011011011000011111010110100101011101111100101111000101000111010111000 | e9edb0fad2bbe5e28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)