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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訝??裔? | 11100110011000100011111100111111111001011110000100111111 | e6623f3fe5e13f |
EUC-JP | 訝??裔? | 11101011110000110011111100111111111010101110001100111111 | ebc33f3feae33f |
UTF-8 | 訝딃뿒裔쌑 | 111010001010100010011101111010111001010010000011111010111011111110010010111010001010001110010100111011001000110010010001 | e8a89deb9483ebbf92e8a394ec8c91 |
UHC | 訝딃뿒裔쌑 | 11100100101110001000101011101001100101111001011011100111111000001001101101000010 | e4b88ae99796e7e09b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)