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 | 莠顔囹 | 111001001011101010001010111001111001101010011010 | e4ba8ae79a9a |
EUC-JP | 莠顔囹 | 111010001011110010110100111010011101001111111010 | e8bcb4e9d3fa |
UTF-8 | 莠顔囹 | 111010001000111010100000111010011010000110010100111001011001101110111001 | e88ea0e9a194e59bb9 |
UHC | ?顔囹 | 0011111111100100110101001101011010110111 | 3fe4d4d6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)