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 | 禹?蘖?億? | 111000100101101000111111100111110101000000111111100010011010110100111111 | e25a3f9f503f89ad3f |
EUC-JP | 禹?蘖?億? | 111000111011101100111111110111011011000100111111101100101010111100111111 | e3bb3fddb13fb2af3f |
UTF-8 | 禹렚蘖렖億렪 | 111001111010011010111001111010111010000010011010111010001001100010010110111010111010000010010110111001011000010010000100111010111010000010101010 | e7a6b9eba09ae89896eba096e58484eba0aa |
UHC | 禹렚蘖렖億렪 | 111010011110000010001110101011011110010111101110100011101010101111100101111000101000111010111000 | e9e08eade5ee8eabe5e28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)