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 | 雋ゆサ | 1110100010110010100000101110010010111011 | e8b282e4bb |
EUC-JP | 雋ゆサ | 111100001011010010100100111001101000111010111011 | f0b4a4e68ebb |
UTF-8 | 雋ゆサ | 111010011001101110001011111000111000001010000110111011111011110110111011 | e99b8be38286efbdbb |
UHC | 雋ゆ? | 1111000111100110101010101110011000111111 | f1e6aae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)