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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 訝??節?BF | 111001100110001000111111001111111001000011011111001111110100001001000110 | e6623f3f90df3f4246 |
EUC-JP | 訝??節?BF | 111010111100001100111111001111111100000011100001001111110100001001000110 | ebc33f3fc0e13f4246 |
UTF-8 | 訝딉풛節쬸BF | 1110100010101000100111011110101110010100100010011110110110010010100110111110011110101111100000001110110010101100101110000100001001000110 | e8a89deb9489ed929be7af80ecacb84246 |
UHC | 訝딉풛節쬸BF | 111001001011100010001010111011111011111010011110111011111011110110100111011011110100001001000110 | e4b88aefbe9eefbda76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)