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 | 萸?維?М維 | 11100100110011100011111110001000110110110011111110000100010011011000100011011011 | e4ce3f88db3f844d88db |
EUC-JP | 萸?維?М維 | 11101000110100000011111110110000110111010011111110100111101011101011000011011101 | e8d03fb0dd3fa7aeb0dd |
UTF-8 | 萸묪維먮М維 | 1110100010010000101110001110101110101100101010101110011110110110101011011110101110101000101011101101000010011100111001111011011010101101 | e890b8ebacaae7b6adeba8aed09ce7b6ad |
UHC | 萸묪維먮М維 | 111010111010110110010010010000101110101110101011100100001110101110101100101011101110101110101011 | ebad9242ebab90ebacaeebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)