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 | 屋j? | 1000100110101110100000101000101000111111 | 89ae828a3f |
EUC-JP | 屋j? | 1011001010110000101000111110101000111111 | b2b0a3ea3f |
UTF-8 | 屋j만 | 111001011011000110001011111011111011110110001010111010111010011110001100 | e5b18befbd8aeba78c |
UHC | 屋j만 | 111010001010100110100011111010101011100010111000 | e8a9a3eab8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)