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 | 關ク薰 | 1110100010010000101110001111101110011110 | e890b8fb9e |
EUC-JP | 關ク? | 1110111111110000100011101011100000111111 | eff08eb83f |
UTF-8 | 關ク薰 | 111010011001011110011100111011111011110110111000111010001001011010110000 | e9979cefbdb8e896b0 |
UHC | 關?薰 | 1100111010111100001111111111110110111001 | cebc3ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)