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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??刎 | 00111111001111111001100110000110 | 3f3f9986 |
EUC-JP | 湞?刎 | 100011111100011111111110001111111101000111100110 | 8fc7fe3fd1e6 |
UTF-8 | 湞펭刎 | 111001101011100110011110111011011000111010101101111001011000100010001110 | e6b99eed8eade5888e |
UHC | 湞펭刎 | 111011111110011011000110111010111101100111111011 | efe6c6ebd9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)