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 | 筬專頑 | 111000101010101110011011100100111000101011100110 | e2ab9b938ae6 |
EUC-JP | 筬專頑 | 111001001010110111010101111100111011010011101000 | e4add5f3b4e8 |
UTF-8 | 筬專頑 | 111001111010110110101100111001011011000010001000111010011010000010010001 | e7adace5b088e9a091 |
UHC | 筬專頑 | 111000001111111011101110111101101110100011010111 | e0feeef6e8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)