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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巽?6鼇β | 100100100100011000111111100000100101010111101010100001111000001111000000 | 92463f8255ea8783c0 |
EUC-JP | 巽?6鼇β | 110000111010011100111111101000111011011011110011111001111010011011000010 | c3a73fa3b6f3e7a6c2 |
UTF-8 | 巽숇6鼇β | 1110010110110111101111011110110010001000100001111110111110111100100101101110100110111100100001111100111010110010 | e5b7bdec8887efbc96e9bc87ceb2 |
UHC | 巽숇6鼇β | 11100001110111101001100111101011101000111011011011101000101010001010010111100010 | e1de99eba3b6e8a8a5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)