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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?燮i?燮iB | 001111111001100111010111011010010011111110011001110101110110100101000010 | 3f99d7693f99d76942 |
EUC-JP | ?燮i?燮iB | 001111111101001011011001011010010011111111010010110110010110100101000010 | 3fd2d9693fd2d96942 |
UTF-8 | 낀燮i낀燮iB | 111010111000001010000000111001111000011110101110011010011110101110000010100000001110011110000111101011100110100101000010 | eb8280e787ae69eb8280e787ae6942 |
UHC | 낀燮i낀燮iB | 1011001110100100111000001111000001101001101100111010010011100000111100000110100101000010 | b3a4e0f069b3a4e0f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)