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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 二?┣ | 1001001111110001001111111000010010110000 | 93f13f84b0 |
EUC-JP | 二?┣ | 1100011011110011001111111010100010110010 | c6f33fa8b2 |
UTF-8 | 二벎┣ | 111001001011101010001100111010111011001010001110111000101001010010100011 | e4ba8cebb28ee294a3 |
UHC | 二벎┣ | 111011001010001110111001111110111010011010110010 | eca3b9fba6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)