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 | 形磊? | 1000110001100000111000011111101100111111 | 8c60e1fb3f |
EUC-JP | 形磊? | 1011011111000001111000101111110100111111 | b7c1e2fd3f |
UTF-8 | 形磊간 | 111001011011110110100010111001111010001110001010111010101011000010000100 | e5bda2e7a38aeab084 |
UHC | 形磊간 | 111110111010000111010110111100001011000010100011 | fba1d6f0b0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)