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 | ??×?? | 0011111100111111110101110011111100111111 | 3f3fd73f3f |
SJIS-WIN | 歪?×?? | 10011000011000110011111110000001011111100011111100111111 | 98633f817e3f3f |
EUC-JP | 歪?×?? | 11001111110001000011111110100001110111110011111100111111 | cfc43fa1df3f3f |
UTF-8 | 歪묒×留괿 | 1110011010101101101010101110101110101100100100101100001110010111111011111010011110001101111010101011010010111111 | e6adaaebac92c397efa78deab4bf |
UHC | 歪묒×留괿 | 11101000111000001001000111101100101000011011111111101011101001111000001001101000 | e8e091eca1bfeba78268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)