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 | 霎ー豺。邯夐 | 11101000101111101011000011100110101101111010000111100111101101101001101011101001 | e8beb0e6b7a1e7b69ae9 |
EUC-JP | 霎ー豺。邯夐 | 111100001100000010001110101100001110110010111001100011101010000111101110101110001101010011101011 | f0c08eb0ecb98ea1eeb8d4eb |
UTF-8 | 霎ー豺。邯夐 | 111010011001110010001110111011111011110110110000111010001011000110111010111011111011110110100001111010011000001010101111111001011010010010010000 | e99c8eefbdb0e8b1baefbda1e982afe5a490 |
UHC | ??豺?邯? | 0011111100111111111000111100111100111111110010101111101100111111 | 3f3fe3cf3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)