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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭??椅ε? | 100110000110000000111111001111111000100011010110100000111100001100111111 | 98603f3f88d683c33f |
EUC-JP | 倭??椅ε? | 110011111100000100111111001111111011000011011000101001101100010100111111 | cfc13f3fb0d8a6c53f |
UTF-8 | 倭녾낫椅ε뵱 | 1110010110000000101011011110101110000101101111101110101110000010101010111110011010100100100001011100111010110101111010111011010110110001 | e580adeb85beeb82abe6a485ceb5ebb5b1 |
UHC | 倭녾낫椅ε뵱 | 111010001101111010000110111010101011001110110100111010111111010110100101111001011001010010101111 | e8de86eab3b4ebf5a5e594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)