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 | ヤⅸェ | 11010100111110100100100010101010 | d4fa48aa |
EUC-JP | ヤ?ェ | 1000111011010100001111111000111010101010 | 8ed43f8eaa |
UTF-8 | ヤⅸェ | 111011111011111010010100111000101000010110111000111011111011110110101010 | efbe94e285b8efbdaa |
UHC | ?ⅸ? | 00111111101001011010100100111111 | 3fa5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)