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 | 螳榊ョ堺ク茨 | 11100101101011101000110111100101101011101000110111100100101110001000100011101111 | e5ae8de5ae8de4b888ef |
EUC-JP | 螳榊ョ堺ク茨 | 111010101011000010111010111001111000111010101110101110101110011010001110101110001011000011110001 | eab0bae78eaebae68eb8b0f1 |
UTF-8 | 螳榊ョ堺ク茨 | 111010001001111010110011111001101010011010001010111011111011110110101110111001011010000010111010111011111011110110111000111010001000110010101000 | e89eb3e6a68aefbdaee5a0baefbdb8e88ca8 |
UHC | 螳??堺?茨 | 110100111101100100111111001111111100110011110111001111111110110110111100 | d3d93f3fccf73fedbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)