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 | 巽?6葯?? | 100100100100011000111111100000100101010111100100110111100011111100111111 | 92463f8255e4de3f3f |
EUC-JP | 巽?6葯?? | 110000111010011100111111101000111011011011101000111000000011111100111111 | c3a73fa3b6e8e03f3f |
UTF-8 | 巽숇6葯⑶땶 | 111001011011011110111101111011001000100010000111111011111011110010010110111010001001000110101111111000101001000110110110111010111001010110110110 | e5b7bdec8887efbc96e891afe291b6eb95b6 |
UHC | 巽숇6葯⑶땶 | 111000011101111010011001111010111010001110110110111001011011010110101001111010011000101110001100 | e1de99eba3b6e5b5a9e98b8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)