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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訷疾紗イメ | 1111101110100100100011101011111010001110110100011011001011010010 | fba48ebe8ed1b2d2 |
EUC-JP | 訷疾紗イメ | 1000111111011101110101001011110011000000101111001101001110001110101100101000111011010010 | 8fddd4bcc0bcd38eb28ed2 |
UTF-8 | 訷疾紗イメ | 111010001010100010110111111001111001011010111110111001111011010010010111111011111011110110110010111011111011111010010010 | e8a8b7e796bee7b497efbdb2efbe92 |
UHC | ?疾紗?? | 00111111111100101111000011011110111010010011111100111111 | 3ff2f0dee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)