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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 有?有?^ | 10010111010011000011111110010111010011000011111101011110 | 974c3f974c3f5e |
EUC-JP | 有?有?^ | 11001101101011010011111111001101101011010011111101011110 | cdad3fcdad3f5e |
UTF-8 | 有숧有숧^ | 11100110100111001000100111101100100010001010011111100110100111001000100111101100100010001010011101011110 | e69c89ec88a7e69c89ec88a75e |
UHC | 有숧有숧^ | 111010101111001110011010010001001110101011110011100110100100010001011110 | eaf39a44eaf39a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)