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 | 翁悸賓 | 100010011010010110011100101001111001010101101111 | 89a59ca7956f |
EUC-JP | 翁悸賓 | 101100101010011111011000101010011100100111010000 | b2a7d8a9c9d0 |
UTF-8 | 翁悸賓 | 111001111011111110000001111001101000001010111000111010001011001110010011 | e7bf81e682b8e8b393 |
UHC | 翁悸賓 | 111010001011101011001100111110111101111010111001 | e8baccfbdeb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)