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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹??楷?? | 1110010010100101001111110011111110011110101100100011111100111111 | e4a53f3f9eb23f3f |
EUC-JP | 茹??楷?? | 1110100010100111001111110011111111011100101101000011111100111111 | e8a73f3fdcb43f3f |
UTF-8 | 茹띿슱楷€략 | 111010001000110010111001111010111001110110111111111011001000101010110001111001101010010110110111111000101000001010101100111010111001111010110101 | e88cb9eb9dbfec8ab1e6a5b7e282aceb9eb5 |
UHC | 茹띿슱楷€략 | 111001101010101010001101111011001001101010111000111110101010110010100010111001101011011110101011 | e6aa8dec9ab8faaca2e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)