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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疫??辱 | 100010010111010100111111001111111001000001001010 | 89753f3f904a |
EUC-JP | 疫??辱 | 101100011101011000111111001111111011111110101011 | b1d63f3fbfab |
UTF-8 | 疫쒒눈辱 | 111001111001011010101011111011001001001010010010111010111000100010001000111010001011111010110001 | e796abec9292eb8888e8beb1 |
UHC | 疫쒒눈辱 | 1110011010111001100111001110100110110100101010111110100110110100 | e6b99ce9b4abe9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)