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 | 疫ラ?譯 | 10001001011101011000001110001001001111111110011010100001 | 897583893fe6a1 |
EUC-JP | 疫ラ?譯 | 10110001110101101010010111101001001111111110110010100011 | b1d6a5e93feca3 |
UTF-8 | 疫ラ텎譯 | 111001111001011010101011111000111000001110101001111011011000010110001110111010001010110110101111 | e796abe383a9ed858ee8adaf |
UHC | 疫ラ텎譯 | 1110011010111001101010111110100110110110100010011110011010111011 | e6b9abe9b689e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)