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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 倻??佾?? | 10001111101100011111011000111111001111111000111110110000111110110011111100111111 | 8fb1f63f3f8fb0fb3f3f |
UTF-8 | 倻귣떽佾볞펺 | 111001011000000010111011111010101011011110100011111010111001011010111101111001001011110110111110111010111011001110011110111011011000111010111010 | e580bbeab7a3eb96bde4bdbeebb39eed8eba |
UHC | 倻귣떽佾볞펺 | 111001011010011010000010111010111011011010111101111011001110101110010011111001001011110010001010 | e5a682ebb6bdeceb93e4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)