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 | 11100000111010010101100111100000111010010110001001000101 | e0e959e0e96245 |
EUC-JP | 琺Y琺bE | 11100000111010110101100111100000111010110110001001000101 | e0eb59e0eb6245 |
UTF-8 | 琺Y琺bE | 111001111001000010111010010110011110011110010000101110100110001001000101 | e790ba59e790ba6245 |
UHC | 琺Y琺bE | 11011011111101110101100111011011111101110110001001000101 | dbf759dbf76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)