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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮓峨う轢 | 1110100110110110100010011110001110000010101001001110011110000000 | e9b689e382a4e780 |
EUC-JP | 鮓峨う轢 | 1111001010111000101100101110010110100100101001101110110111100000 | f2b8b2e5a4a6ede0 |
UTF-8 | 鮓峨う轢 | 111010011010111010010011111001011011001110101000111000111000000110000110111010001011110110100010 | e9ae93e5b3a8e38186e8bda2 |
UHC | ?峨う轢 | 00111111111001001011000110101010101001101101010111111001 | 3fe4b1aaa6d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)