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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 省蓆ホ | 1000111111001000111001001110110011001110 | 8fc8e4ecce |
EUC-JP | 省蓆ホ | 101111101100101011101000111011101000111011001110 | becae8ee8ece |
UTF-8 | 省蓆ホ | 111001111001110010000001111010001001001110000110111011111011111010001110 | e79c81e89386efbe8e |
UHC | 省蓆? | 1110000011111101111000001011011000111111 | e0fde0b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)