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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?。?? | 11100001100111110011111110000001010000100011111100111111 | e19f3f81423f3f |
EUC-JP | 癲?。?? | 11100010101000010011111110100001101000110011111100111111 | e2a13fa1a33f3f |
UTF-8 | 癲녿。留랤 | 111001111001100110110010111010111000010110111111111000111000000010000010111011111010011110001101111010111001111010100100 | e799b2eb85bfe38082efa78deb9ea4 |
UHC | 癲녿。留랤 | 11101111101001101000011011101011101000011010001111101011101001111000111001000101 | efa686eba1a3eba78e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)