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 | 餓λ?兀?? | 100010011110110010000011110010010011111110011001010110010011111100111111 | 89ec83c93f99593f3f |
EUC-JP | 餓λ?兀?? | 101100101110111010100110110010110011111111010001101110100011111100111111 | b2eea6cb3fd1ba3f3f |
UTF-8 | 餓λ젉兀덈젪 | 1110100110100100100100111100111010111011111011001010000010001001111001011000010110000000111010111000110110001000111011001010000010101010 | e9a493cebbeca089e58580eb8d88eca0aa |
UHC | 餓λ젉兀덈젪 | 111001001011101110100101111010111010000010001011111010001011010010001000111010111010000010100010 | e4bba5eba08be8b488eba0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)