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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 懌洟瓰懌洟瓰^ | 10011100111000101001111110100100111000010100011010011100111000101001111110100100111000010100011001011110 | 9ce29fa4e1469ce29fa4e1465e |
EUC-JP | 懌洟瓰懌洟瓰^ | 11011000111001001101111010100110111000011010011111011000111001001101111010100110111000011010011101011110 | d8e4dea6e1a7d8e4dea6e1a75e |
UTF-8 | 懌洟瓰懌洟瓰^ | 11100110100001111000110011100110101101001001111111100111100100111011000011100110100001111000110011100110101101001001111111100111100100111011000001011110 | e6878ce6b49fe793b0e6878ce6b49fe793b05e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)