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 | ???堪 | 0011111100111111001111111000101010101100 | 3f3f3f8aac |
EUC-JP | ???堪 | 0011111100111111001111111011010010101110 | 3f3f3fb4ae |
UTF-8 | 알뤗퓸堪 | 111011001001010110001100111010111010010010010111111011011001001110111000111001011010000010101010 | ec958ceba497ed93b8e5a0aa |
UHC | 알뤗퓸堪 | 1011111011001011100011111100011111000111101111101100101011101101 | becb8fc7c7becaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)