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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曖??曖?? | 1001111001000010001111110011111110011110010000100011111100111111 | 9e423f3f9e423f3f |
EUC-JP | 曖??曖?? | 1101101110100011001111110011111111011011101000110011111100111111 | dba33f3fdba33f3f |
UTF-8 | 曖뜌뢔曖꼷뢐 | 111001101001101110010110111010111001110010001100111010111010001010010100111001101001101110010110111010101011110010110111111010111010001010010000 | e69b96eb9c8ceba294e69b96eabcb7eba290 |
UHC | 曖뜌뢔曖꼷뢐 | 111001001111001010001101100011111000111101001111111001001111001010000100100011111000111101001011 | e4f28d8f8f4fe4f2848f8f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)