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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懿炎餃? | 10011100111100101000100110001010111010010100110000111111 | 9cf2898ae94c3f |
EUC-JP | 懿炎餃? | 11011000111101001011000111101010111100011010110100111111 | d8f4b1eaf1ad3f |
UTF-8 | 懿炎餃껍 | 111001101000011110111111111001111000001010001110111010011010010010000011111010101011101110001101 | e687bfe7828ee9a483eabb8d |
UHC | 懿炎餃껍 | 1110101111110011111001101111101011001110111101011011001010101110 | ebf3e6facef5b2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)