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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昮レ猪 | 1111101011010010110110101111101101011110 | fad2dafb5e |
EUC-JP | 昮レ? | 100011111100001010101011100011101101101000111111 | 8fc2ab8eda3f |
UTF-8 | 昮レ猪 | 111001101001100010101110111011111011111010011010111011111010100010010110 | e698aeefbe9aefa896 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)