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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒憺岫﨟エ | 111110111010001110011100111010011001101110101011111110111001110110110100 | fba39ce99babfb9db4 |
EUC-JP | 訒憺岫?エ | 10001111110111011100100011011000111010111101011010101101001111111000111010110100 | 8fddc8d8ebd6ad3f8eb4 |
UTF-8 | 訒憺岫﨟エ | 111010001010100010010010111001101000011010111010111001011011001010101011111011111010100010011111111011111011110110110100 | e8a892e686bae5b2abefa89fefbdb4 |
UHC | ?憺岫?? | 00111111110100111011110011100001111110110011111100111111 | 3fd3bce1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)