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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??要℡ | 1110000010100000001111110011111110010111011101101000011110000100 | e0a03f3f97768784 |
EUC-JP | 燿??要? | 11100000101000100011111100111111110011011101011100111111 | e0a23f3fcdd73f |
UTF-8 | 燿쒙쉿要℡ | 111001111000011110111111111011001001001010011001111011001000100110111111111010001010011010000001111000101000010010100001 | e787bfec9299ec89bfe8a681e284a1 |
UHC | 燿쒙쉿要℡ | 11101000111111001001110011101111101111011011001011101001101010011010001011100101 | e8fc9cefbdb2e9a9a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)