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 | 臾?М維?Н | 11100100011010110011111110000100010011011000100011011011001111111000010001001110 | e46b3f844d88db3f844e |
EUC-JP | 臾?М維?Н | 11100111110011000011111110100111101011101011000011011101001111111010011110101111 | e7cc3fa7aeb0dd3fa7af |
UTF-8 | 臾노М維귣Н | 11101000100001111011111011101011100001011011100011010000100111001110011110110110101011011110101010110111101000111101000010011101 | e887beeb85b8d09ce7b6adeab7a3d09d |
UHC | 臾노М維귣Н | 111010111010110010110011111010111010110010101110111010111010101110000010111010111010110010101111 | ebacb3ebacaeebab82ebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)