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 | ???N??? | 00111111001111110011111101001110001111110011111100111111 | 3f3f3f4e3f3f3f |
SJIS-WIN | テ督」Nテ督ケ | 110000111001001111000010101000110100111011000011100100111100001010111001 | c393c2a34ec393c2b9 |
EUC-JP | テ督」Nテ督ケ | 10001110110000111100011011000100100011101010001101001110100011101100001111000110110001001000111010111001 | 8ec3c6c48ea34e8ec3c6c48eb9 |
UTF-8 | テ督」Nテ督ケ | 11101111101111101000001111100111100111011010001111101111101111011010001101001110111011111011111010000011111001111001110110100011111011111011110110111001 | efbe83e79da3efbda34eefbe83e79da3efbdb9 |
UHC | ?督?N?督? | 001111111101010010111101001111110100111000111111110101001011110100111111 | 3fd4bd3f4e3fd4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)