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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テ淌姪仰カB | 110000111001111111000011100101101100001110001011110000101011011001000010 | c39fc396c38bc2b642 |
EUC-JP | テ淌姪仰カB | 1000111011000011110111101100010111001100110001011011011011000100100011101011011001000010 | 8ec3dec5ccc5b6c48eb642 |
UTF-8 | テ淌姪仰カB | 11101111101111101000001111100110101101111000110011100101101001111010101011100100101110111011000011101111101111011011011001000010 | efbe83e6b78ce5a7aae4bbb0efbdb642 |
UHC | ??姪仰?B | 0011111100111111111100101110101111100100111001100011111101000010 | 3f3ff2ebe4e63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)