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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 址??? | 1001101010101100001111110011111100111111 | 9aac3f3f3f |
EUC-JP | 址??? | 1101010010101110001111110011111100111111 | d4ae3f3f3f |
UTF-8 | 址얜렊숲 | 111001011001110110000000111011001001011010011100111010111010000010001010111011001000100010110010 | e59d80ec969ceba08aec88b2 |
UHC | 址얜렊숲 | 1111001010100011101111101110101110001110101000011011110110100011 | f2a3beeb8ea1bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)