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璘욥눈 | 11101111101001111010111111101100100110101010010111101011100010001000100001101000111011111010011110101111111011001001101010100101111010111000100010001000 | efa7afec9aa5eb888868efa7afec9aa5eb8888 |
UHC | 璘욥눈h璘욥눈 | 11101100110111101011111111101001101101001010101101101000111011001101111010111111111010011011010010101011 | ecdebfe9b4ab68ecdebfe9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)