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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
UTF-8 | 遼섇돭徇뽬뱳 | 111011111010011110000011111011001000010010000111111010111000111110101101111001011011111010000111111010111011110110101100111010111011000110110011 | efa783ec8487eb8fade5be87ebbdacebb1b3 |
UHC | 遼섇돭徇뽬뱳 | 111010011010110010011000111001011000100110110000111000101101111110010110111010001001001110011001 | e9ac98e589b0e2df96e89399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)