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 | 省省省省 | 1000111111001000100011111100100010001111110010001000111111001000 | 8fc88fc88fc88fc8 |
EUC-JP | 省省省省 | 1011111011001010101111101100101010111110110010101011111011001010 | becabecabecabeca |
UTF-8 | 省省省省 | 111001111001110010000001111001111001110010000001111001111001110010000001111001111001110010000001 | e79c81e79c81e79c81e79c81 |
UHC | 省省省省 | 1110000011111101111000001111110111100000111111011110000011111101 | e0fde0fde0fde0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)