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 | 辰蔵達 | 100100100100001110010001101000001001001001000010 | 924391a09242 |
EUC-JP | 辰蔵達 | 110000111010010011000010101000101100001110100011 | c3a4c2a2c3a3 |
UTF-8 | 辰蔵達 | 111010001011111010110000111010001001010010110101111010011000000110010100 | e8beb0e894b5e98194 |
UHC | 辰?達 | 1111001011100011001111111101001110111001 | f2e33fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)