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 | 省レ邪 | 10001111110010001111100010001110110110101000111011010111 | 8fc8f88eda8ed7 |
EUC-JP | 省?レ邪 | 10111110110010100011111110001110110110101011110011011001 | beca3f8edabcd9 |
UTF-8 | 省レ邪 | 111001111001110010000001111011101001100010101101111011111011111010011010111010011000001010101010 | e79c81ee98adefbe9ae982aa |
UHC | 省??邪 | 111000001111110100111111001111111101111011110111 | e0fd3f3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)