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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 玻ヘーP | 1110000011011110110011011011000001010000 | e0decdb050 |
EUC-JP | 玻ヘーP | 11100000111000001000111011001101100011101011000001010000 | e0e08ecd8eb050 |
UTF-8 | 玻ヘーP | 11100111100011101011101111101111101111101000110111101111101111011011000001010000 | e78ebbefbe8defbdb050 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)