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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 箘Y箘bE | 11100010101011100101100111100010101011100110001001000101 | e2ae59e2ae6245 |
EUC-JP | 箘Y箘bE | 11100100101100000101100111100100101100000110001001000101 | e4b059e4b06245 |
UTF-8 | 箘Y箘bE | 111001111010111010011000010110011110011110101110100110000110001001000101 | e7ae9859e7ae986245 |
UHC | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)