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 | 絲るぞ | 111000110100111010000010111010011000001010111100 | e34e82e982bc |
EUC-JP | 絲るぞ | 111001011010111110100100111010111010010010111110 | e5afa4eba4be |
UTF-8 | 絲るぞ | 111001111011010110110010111000111000001010001011111000111000000110011110 | e7b5b2e3828be3819e |
UHC | 絲るぞ | 110111101110101010101010111010111010101010111110 | deeaaaebaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)