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 | 硝鮠セ省 | 10001111110010011110100110111100101111101000111111001000 | 8fc9e9bcbe8fc8 |
EUC-JP | 硝鮠セ省 | 1011111011001011111100101011111010001110101111101011111011001010 | becbf2be8ebebeca |
UTF-8 | 硝鮠セ省 | 111001111010000110011101111010011010111010100000111011111011110110111110111001111001110010000001 | e7a19de9aea0efbdbee79c81 |
UHC | 硝??省 | 111101011010011000111111001111111110000011111101 | f5a63f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)