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 | 訷疾紗イ | 11111011101001001000111010111110100011101101000110110010 | fba48ebe8ed1b2 |
EUC-JP | 訷疾紗イ | 100011111101110111010100101111001100000010111100110100111000111010110010 | 8fddd4bcc0bcd38eb2 |
UTF-8 | 訷疾紗イ | 111010001010100010110111111001111001011010111110111001111011010010010111111011111011110110110010 | e8a8b7e796bee7b497efbdb2 |
UHC | ?疾紗? | 001111111111001011110000110111101110100100111111 | 3ff2f0dee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)