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 | 險わ摶骰 | 1110100010101000100000101110110110011101100101101110100110001101 | e8a882ed9d96e98d |
EUC-JP | 險わ摶骰 | 1111000010101010101001001110111111011001111101101111000111101101 | f0aaa4efd9f6f1ed |
UTF-8 | 險わ摶骰 | 111010011001101010101010111000111000001010001111111001101001000110110110111010011010101010110000 | e99aaae3828fe691b6e9aab0 |
UHC | 險わ?? | 111110101100111110101010111011110011111100111111 | facfaaef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)