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 | 鱆唏痿 | 111010011110000110011010010010001110000101111110 | e9e19a48e17e |
EUC-JP | 鱆唏痿 | 111100101110001111010011101010011110000111011111 | f2e3d3a9e1df |
UTF-8 | 鱆唏痿 | 111010011011000110000110111001011001010010001111111001111001011110111111 | e9b186e5948fe797bf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)