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 | ホ鉋 | 1100111011110110111001011110011111101110 | cef6e5e7ee |
EUC-JP | ホ?鉋 | 1000111011001110001111111110111011110000 | 8ece3feef0 |
UTF-8 | ホ鉋 | 111011111011111010001110111011101001010010001100111010011000100110001011 | efbe8eee948ce9898b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)