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 | 險幃スァ | 111010001010100010011011111010011011110110100111 | e8a89be9bda7 |
EUC-JP | 險幃スァ | 1111000010101010110101101110101110001110101111011000111010100111 | f0aad6eb8ebd8ea7 |
UTF-8 | 險幃スァ | 111010011001101010101010111001011011100110000011111011111011110110111101111011111011110110100111 | e99aaae5b983efbdbdefbda7 |
UHC | 險??? | 1111101011001111001111110011111100111111 | facf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)