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 | 也ょ?熬 | 10010110111001111000001011100101001111111110000010010010 | 96e782e53fe092 |
EUC-JP | 也ょ?熬 | 11001100111010011010010011100111001111111101111111110010 | cce9a4e73fdff2 |
UTF-8 | 也ょ텥熬 | 111001001011100110011111111000111000001010000111111011011000010110100101111001111000011010101100 | e4b99fe38287ed85a5e786ac |
UHC | 也ょ텥熬 | 1110010110100101101010101110011110110110100110101110100010100010 | e5a5aae7b69ae8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)