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 | 11111010111110000101100111111010111110000110001001000101 | faf859faf86245 |
EUC-JP | 汯Y汯bE | 100011111100011011100011010110011000111111000110111000110110001001000101 | 8fc6e3598fc6e36245 |
UTF-8 | 汯Y汯bE | 111001101011000110101111010110011110011010110001101011110110001001000101 | e6b1af59e6b1af6245 |
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)