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 | 荏頃? | 1000100101100000100011011010000000111111 | 89608da03f |
EUC-JP | 荏頃? | 1011000111000001101110101010001000111111 | b1c1baa23f |
UTF-8 | 荏頃렱 | 111010001000110110001111111010011010000010000011111010111010000010110001 | e88d8fe9a083eba0b1 |
UHC | 荏頃렱 | 111011001111101111001100111100011000111010111110 | ecfbccf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)