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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 淋섑슓h淋섑슓 | 11101111101001111011010111101100100001001001000111101100100010101001001101101000111011111010011110110101111011001000010010010001111011001000101010010011 | efa7b5ec8491ec8a9368efa7b5ec8491ec8a93 |
UHC | 淋섑슓h淋섑슓 | 11101100111110001001100011101101100110101010001001101000111011001111100010011000111011011001101010100010 | ecf898ed9aa268ecf898ed9aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)