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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | 滎??h滎?? | 1000111111001000101110010011111100111111011010001000111111001000101110010011111100111111 | 8fc8b93f3f688fc8b93f3f |
UTF-8 | 滎숂뿏h滎숂뿏 | 11100110101110111000111011101100100010001000001011101011101111111000111101101000111001101011101110001110111011001000100010000010111010111011111110001111 | e6bb8eec8882ebbf8f68e6bb8eec8882ebbf8f |
UHC | 滎숂뿏h滎숂뿏 | 11111011101000111001100111100111100101111001010001101000111110111010001110011001111001111001011110010100 | fba399e7979468fba399e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)