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 | 悉瀇「 | 11110000101001101000111010111011111110110100111110100010 | f0a68ebbfb4fa2 |
EUC-JP | ?悉瀇「 | 0011111110111100101111011000111111001001101011011000111010100010 | 3fbcbd8fc9ad8ea2 |
UTF-8 | 悉瀇「 | 111011101000000110100101111001101000001010001001111001111000000010000111111011111011110110100010 | ee81a5e68289e78087efbda2 |
UHC | ?悉?? | 0011111111100011111110100011111100111111 | 3fe3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)