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 | 繖癶痊繖 | 1110001110000100111000011010000011100001011110001110001110000100 | e384e1a0e178e384 |
EUC-JP | 繖癶痊繖 | 1110010111100100111000101010001011100001110110011110010111100100 | e5e4e2a2e1d9e5e4 |
UTF-8 | 繖癶痊繖 | 111001111011100110010110111001111001100110110110111001111001011110001010111001111011100110010110 | e7b996e799b6e7978ae7b996 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)