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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????→ | 001111110011111100111111001111111000000110101000 | 3f3f3f3f81a8 |
EUC-JP | ????→ | 001111110011111100111111001111111010001010101010 | 3f3f3f3fa2aa |
UTF-8 | 僚녹뼐璘→ | 111011111010011010111011111010111000010110111001111010111011110010010000111011111010011110101111111000101000011010010010 | efa6bbeb85b9ebbc90efa7afe28692 |
UHC | 僚녹뼐璘→ | 11101000111010001011001111101100100101101001100011101100110111101010000111100110 | e8e8b3ec9698ecdea1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)