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 | 枝儡?闇?? | 100011100111110110011001010100110011111110001000110001010011111100111111 | 8e7d99533f88c53f3f |
EUC-JP | 枝儡?闇?? | 101110111101111011010001101101000011111110110000110001110011111100111111 | bbded1b43fb0c73f3f |
UTF-8 | 枝儡밧闇累렪 | 111001101001111010011101111001011000010010100001111010111011000010100111111010011001011110000111111011111010010110001111111010111010000010101010 | e69e9de584a1ebb0a7e99787efa58feba0aa |
UHC | 枝儡밧闇累렪 | 111100101010101111010110111011011011100111100101111001001110000111010010111010011000111010111000 | f2abd6edb9e5e4e1d2e98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)