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 | 倭?い節 | 10011000011000000011111110000010101000101001000011011111 | 98603f82a290df |
EUC-JP | 倭?い節 | 11001111110000010011111110100100101001001100000011100001 | cfc13fa4a4c0e1 |
UTF-8 | 倭뗨い節 | 111001011000000010101101111010111001011110101000111000111000000110000100111001111010111110000000 | e580adeb97a8e38184e7af80 |
UHC | 倭뗨い節 | 1110100011011110100010111110100010101010101001001110111110111101 | e8de8be8aaa4efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)