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 | 樽則但束 | 1001001001001101100100011010010110010010010000011001000110101001 | 924d91a5924191a9 |
EUC-JP | 樽則但束 | 1100001110101110110000101010011111000011101000101100001010101011 | c3aec2a7c3a2c2ab |
UTF-8 | 樽則但束 | 111001101010100010111101111001011000100110000111111001001011110110000110111001101001110110011111 | e6a8bde58987e4bd86e69d9f |
UHC | 樽則但束 | 1111000111011100111101101100111011010011101000111110000111010110 | f1dcf6ced3a3e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)