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 | 薈睡┰ | 111001010100011010010000100001111000010010111011 | e546908784bb |
EUC-JP | 薈睡┰ | 111010011010011110111111111001111010100010111101 | e9a7bfe7a8bd |
UTF-8 | 薈睡┰ | 111010001001011010001000111001111001110110100001111000101001010010110000 | e89688e79da1e294b0 |
UHC | ?睡┰ | 0011111111100010101100101010011010111101 | 3fe2b2a6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)