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 | 閻??沆ф? | 111010001000010100111111001111111111101011110111100001001000011000111111 | e8853f3ffaf784863f |
EUC-JP | 閻??沆ф? | 11101111111001010011111100111111100011111100011011101010101001111110011000111111 | efe53f3f8fc6eaa7e63f |
UTF-8 | 閻띯뫕沆ф씭 | 1110100110010110101110111110101110011101101011111110101110101011100101011110011010110010100001101101000110000100111011001001010010101101 | e996bbeb9dafebab95e6b286d184ec94ad |
UHC | 閻띯뫕沆ф씭 | 111001111010001010001101111000101001000110110111111110011111101010101100111001101001110110111110 | e7a28de291b7f9faace69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)