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 | 嬋仰析 | 100110110110100010001011110000101001000011001101 | 9b688bc290cd |
EUC-JP | 嬋仰析 | 110101011100100110110110110001001100000011001111 | d5c9b6c4c0cf |
UTF-8 | 嬋仰析 | 111001011010110010001011111001001011101110110000111001101001111010010000 | e5ac8be4bbb0e69e90 |
UHC | 嬋仰析 | 111000001011110111100100111001101110000010110000 | e0bde4e6e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)