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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???瞬^ | 001111110011111100111111100011110111010101011110 | 3f3f3f8f755e |
EUC-JP | ???瞬^ | 001111110011111100111111101111011101011001011110 | 3f3f3fbdd65e |
UTF-8 | 덦쀇덦瞬^ | 11101011100011011010011011101100100000001000011111101011100011011010011011100111100111101010110001011110 | eb8da6ec8087eb8da6e79eac5e |
UHC | 덦쀇덦瞬^ | 100010010100000110010111110001111000100101000001111000101110101101011110 | 894197c78941e2eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)