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 | 茱爾式 | 111001001010001110001110101000101000111010101110 | e4a38ea28eae |
EUC-JP | 茱爾式 | 111010001010010110111100101001001011110010110000 | e8a5bca4bcb0 |
UTF-8 | 茱爾式 | 111010001000110010110001111001111000100010111110111001011011110010001111 | e88cb1e788bee5bc8f |
UHC | 茱爾式 | 111000101011110011101100101100111110001111010010 | e2bcecb3e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)