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 | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
SJIS-WIN | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
EUC-JP | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
UTF-8 | 횗횏첬I짙 | 11101101100110101001011111101101100110101000111111101100101100101010110001001001111011001010011110011001 | ed9a97ed9a8fecb2ac49eca799 |
UHC | 횗횏첬I짙 | 110000111001000111000011100010111100001110111010010010011100001010100011 | c391c38bc3ba49c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)