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 | 縣斜捨射 | 1110001101110000100011101100111010001110110011001000111011001011 | e3708ece8ecc8ecb |
EUC-JP | 縣斜捨射 | 1110010111010001101111001101000010111100110011101011110011001101 | e5d1bcd0bccebccd |
UTF-8 | 縣斜捨射 | 111001111011100010100011111001101001011010011100111001101000110110101000111001011011000010000100 | e7b8a3e6969ce68da8e5b084 |
UHC | 縣斜捨射 | 1111101011100011110111101101100011011110110101111101111011010010 | fae3ded8ded7ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)