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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | テ淌督剖B | 1100001110011111110000111001001111000010100101100101010101000010 | c39fc393c2965542 |
EUC-JP | テ淌督剖B | 100011101100001111011110110001011100011011000100110010111011011001000010 | 8ec3dec5c6c4cbb642 |
UTF-8 | テ淌督剖B | 11101111101111101000001111100110101101111000110011100111100111011010001111100101100010011001011001000010 | efbe83e6b78ce79da3e5899642 |
UHC | ??督剖B | 00111111001111111101010010111101110111001111100001000010 | 3f3fd4bddcf842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)