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 | 驍芽浴 | 111010011000001010001001111010001001011110000001 | e98289e89781 |
EUC-JP | 驍芽浴 | 111100011110001010110010111010101100110111100001 | f1e2b2eacde1 |
UTF-8 | 驍芽浴 | 111010011010100110001101111010001000101010111101111001101011010110110100 | e9a98de88abde6b5b4 |
UHC | 驍芽浴 | 111111011010010011100100101101001110100110110001 | fda4e4b4e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)