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訝?? | 111001100110001000111111001111110110100011100110011000100011111100111111 | e6623f3f68e6623f3f |
EUC-JP | 訝??h訝?? | 111010111100001100111111001111110110100011101011110000110011111100111111 | ebc33f3f68ebc33f3f |
UTF-8 | 訝방짎h訝방짎 | 11101000101010001001110111101011101100001010100111101100101001111000111001101000111010001010100010011101111010111011000010101001111011001010011110001110 | e8a89debb0a9eca78e68e8a89debb0a9eca78e |
UHC | 訝방짎h訝방짎 | 11100100101110001011100111100110101000111001101001101000111001001011100010111001111001101010001110011010 | e4b8b9e6a39a68e4b8b9e6a39a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)