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 | ?徹?? | 0011111110010011010011110011111100111111 | 3f934f3f3f |
EUC-JP | ?徹?? | 0011111111000101101100000011111100111111 | 3fc5b03f3f |
UTF-8 | 뤋徹쭗샅 | 111010111010010010001011111001011011111010111001111011001010110110010111111011001000001110000101 | eba48be5beb9ecad97ec8385 |
UHC | 뤋徹쭗샅 | 1000111110111011111101001100101110100111100011111011101111110100 | 8fbbf4cba78fbbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)