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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 榮??鈺? | 10011110110001000011111100111111111110111100010000111111 | 9ec43f3ffbc43f |
EUC-JP | 榮??鈺? | 1101110011000110001111110011111110001111111000111101010100111111 | dcc63f3f8fe3d53f |
UTF-8 | 榮녶콗鈺폙 | 111001101010011010101110111010111000010110110110111011001011110110010111111010011000100010111010111011011000111110011001 | e6a6aeeb85b6ecbd97e988baed8f99 |
UHC | 榮녶콗鈺폙 | 11100111101101001000011011100101101100011001000111101000101011011011110101000010 | e7b486e5b191e8adbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)