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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 烏??h烏?? | 100010010100011100111111001111110110100010001001010001110011111100111111 | 89473f3f6889473f3f |
EUC-JP | 烏??h烏?? | 101100011010100000111111001111110110100010110001101010000011111100111111 | b1a83f3f68b1a83f3f |
UTF-8 | 烏녽쉸h烏녽쉸 | 11100111100000111000111111101011100001011011110111101100100010011011100001101000111001111000001110001111111010111000010110111101111011001000100110111000 | e7838feb85bdec89b868e7838feb85bdec89b8 |
UHC | 烏녽쉸h烏녽쉸 | 11101000101000011000011011101001100110101000111001101000111010001010000110000110111010011001101010001110 | e8a186e99a8e68e8a186e99a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)