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 | 癌??縊?? | 1000101011100000001111110011111111100011011011110011111100111111 | 8ae03f3fe36f3f3f |
EUC-JP | 癌??縊?? | 1011010011100010001111110011111111100101110100000011111100111111 | b4e23f3fe5d03f3f |
UTF-8 | 癌뺣젧縊볥젉 | 111001111001100110001100111010111011101010100011111011001010000010100111111001111011100010001010111010111011001110100101111011001010000010001001 | e7998cebbaa3eca0a7e7b88aebb3a5eca089 |
UHC | 癌뺣젧縊볥젉 | 111001001101111110010101111010111010000010011111111001001111110010010011111010111010000010001011 | e4df95eba09fe4fc93eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)