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 | 爲珎獨 | 111000001010100011100000110111011110000011010101 | e0a8e0dde0d5 |
EUC-JP | 爲珎獨 | 111000001010101011100000110111111110000011010111 | e0aae0dfe0d7 |
UTF-8 | 爲珎獨 | 111001111000100010110010111001111000111110001110111001111000110110101000 | e788b2e78f8ee78da8 |
UHC | 爲?獨 | 1110101011010011001111111101010010111100 | ead33fd4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)