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 | 萸?維?Л維 | 11100100110011100011111110001000110110110011111110000100010011001000100011011011 | e4ce3f88db3f844c88db |
EUC-JP | 萸?維?Л維 | 11101000110100000011111110110000110111010011111110100111101011011011000011011101 | e8d03fb0dd3fa7adb0dd |
UTF-8 | 萸묭維먮Л維 | 1110100010010000101110001110101110101100101011011110011110110110101011011110101110101000101011101101000010011011111001111011011010101101 | e890b8ebacade7b6adeba8aed09be7b6ad |
UHC | 萸묭維먮Л維 | 111010111010110110010010010001001110101110101011100100001110101110101100101011011110101110101011 | ebad9244ebab90ebacadebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)