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 | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | テ督ョAテ督」 | 110000111001001111000010101011100100000111000011100100111100001010100011 | c393c2ae41c393c2a3 |
EUC-JP | テ督ョAテ督」 | 10001110110000111100011011000100100011101010111001000001100011101100001111000110110001001000111010100011 | 8ec3c6c48eae418ec3c6c48ea3 |
UTF-8 | テ督ョAテ督」 | 11101111101111101000001111100111100111011010001111101111101111011010111001000001111011111011111010000011111001111001110110100011111011111011110110100011 | efbe83e79da3efbdae41efbe83e79da3efbda3 |
UHC | ?督?A?督? | 001111111101010010111101001111110100000100111111110101001011110100111111 | 3fd4bd3f413fd4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)