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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛??餓λ? | 111010011000001100111111001111111000100111101100100000111100100100111111 | e9833f3f89ec83c93f |
EUC-JP | 驛??餓λ? | 111100011110001100111111001111111011001011101110101001101100101100111111 | f1e33f3fb2eea6cb3f |
UTF-8 | 驛깅젉餓λ젔 | 1110100110101001100110111110101010111001100001011110110010100000100010011110100110100100100100111100111010111011111011001010000010010100 | e9a99beab985eca089e9a493cebbeca094 |
UHC | 驛깅젉餓λ젔 | 111001101011111010110001111010111010000010001011111001001011101110100101111010111010000010010010 | e6beb1eba08be4bba5eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)