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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 怏??節?辱 | 100111001000100100111111001111111001000011011111001111111001000001001010 | 9c893f3f90df3f904a |
EUC-JP | 怏??節?辱 | 110101111110100100111111001111111100000011100001001111111011111110101011 | d7e93f3fc0e13fbfab |
UTF-8 | 怏묕쪑節쌠辱 | 111001101000000010001111111010111010110010010101111011001010101010010001111001111010111110000000111011001000110010100000111010001011111010110001 | e6808febac95ecaa91e7af80ec8ca0e8beb1 |
UHC | 怏묕쪑節쌠辱 | 111001001110100010010001111011111010010110001011111011111011110110011011010011001110100110110100 | e4e891efa58befbd9b4ce9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)