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 | 蟆駕グ蟆 | 1110010110110000100010011110110110000011010011111110010110110000 | e5b089ed834fe5b0 |
EUC-JP | 蟆駕グ蟆 | 1110101010110010101100101110111110100101101100001110101010110010 | eab2b2efa5b0eab2 |
UTF-8 | 蟆駕グ蟆 | 111010001001111110000110111010011010011110010101111000111000001010110000111010001001111110000110 | e89f86e9a795e382b0e89f86 |
UHC | ?駕グ? | 001111111100101010111101101010111011000000111111 | 3fcabdabb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)