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 | 茱爾鬚 | 111001001010001110001110101000101110100110100010 | e4a38ea2e9a2 |
EUC-JP | 茱爾鬚 | 111010001010010110111100101001001111001010100100 | e8a5bca4f2a4 |
UTF-8 | 茱爾鬚 | 111010001000110010110001111001111000100010111110111010011010110010011010 | e88cb1e788bee9ac9a |
UHC | 茱爾鬚 | 111000101011110011101100101100111110001011010001 | e2bcecb3e2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)