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 | 押λ?悅?? | 100010011001111110000011110010010011111111111010101111010011111100111111 | 899f83c93ffabd3f3f |
EUC-JP | 押λ???? | 1011001010100001101001101100101100111111001111110011111100111111 | b2a1a6cb3f3f3f3f |
UTF-8 | 押λ젇悅쎈젾 | 1110011010001010101111001100111010111011111011001010000010000111111001101000001010000101111011001000111010001000111011001010000010111110 | e68abccebbeca087e68285ec8e88eca0be |
UHC | 押λ젇悅쎈젾 | 111001001110001110100101111010111010000010001010111001101110110110111101111010111010000010110000 | e4e3a5eba08ae6edbdeba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)