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 | 但嘆臓 | 100100100100000110010010010100011001000110011111 | 92419251919f |
EUC-JP | 但嘆臓 | 110000111010001011000011101100101100001010100001 | c3a2c3b2c2a1 |
UTF-8 | 但嘆臓 | 111001001011110110000110111001011001100010000110111010001000011110010011 | e4bd86e59886e88793 |
UHC | 但嘆? | 1101001110100011111101111010001100111111 | d3a3f7a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)