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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 汝??押??h | 100100111111000000111111001111111000100110011111001111110011111101101000 | 93f03f3f899f3f3f68 |
EUC-JP | 汝??押??h | 110001101111001000111111001111111011001010100001001111110011111101101000 | c6f23f3fb2a13f3f68 |
UTF-8 | 汝싨짎押띄떻h | 11100110101100011001110111101100100010111010100011101100101001111000111011100110100010101011110011101011100111011000010011101011100101101011101101101000 | e6b19dec8ba8eca78ee68abceb9d84eb96bb68 |
UHC | 汝싨짎押띄떻h | 11100110101000111001101011100110101000111001101011100100111000111011011011100111101101101011101101101000 | e6a39ae6a39ae4e3b6e7b6bb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)