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 | 影??鉛?? | 1000100101100101001111110011111110001001100101000011111100111111 | 89653f3f89943f3f |
EUC-JP | 影??鉛?? | 1011000111000110001111110011111110110001111101000011111100111111 | b1c63f3fb1f43f3f |
UTF-8 | 影앲뱳鉛당뜲 | 111001011011110110110001111011001001010110110010111010111011000110110011111010011000100110011011111010111000101110111001111010111001110010110010 | e5bdb1ec95b2ebb1b3e9899beb8bb9eb9cb2 |
UHC | 影앲뱳鉛당뜲 | 111001111010111110011101111010001001001110011001111001101110011110110100111001111000110110110000 | e7af9de89399e6e7b4e78db0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)