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 | 吟?? | 10001011111000010011111100111111 | 8be13f3f |
EUC-JP | 吟?? | 10110110111000110011111100111111 | b6e33f3f |
UTF-8 | 吟㏘짠 | 111001011001000010011111111000111000111110011000111011001010011110100000 | e5909fe38f98eca7a0 |
UHC | 吟㏘짠 | 111010111110000110100010111001001100001010100111 | ebe1a2e4c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)