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 | 製?將?? | 10010000101110110011111110011011100100100011111100111111 | 90bb3f9b923f3f |
EUC-JP | 製?將?釪 | 110000001011110100111111110101011111001000111111100011111110001110101101 | c0bd3fd5f23f8fe3ad |
UTF-8 | 製렩將렚釪 | 111010001010001110111101111010111010000010101001111001011011000010000111111010111010000010011010111010011000011110101010 | e8a3bdeba0a9e5b087eba09ae987aa |
UHC | 製렩將렚釪 | 11110000101100101000111010110111111011011110001010001110101011011110100111101001 | f0b28eb7ede28eade9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)