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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五??葯 | 100011001101110000111111001111111110010011011110 | 8cdc3f3fe4de |
EUC-JP | 五??葯 | 101110001101111000111111001111111110100011100000 | b8de3f3fe8e0 |
UTF-8 | 五쒏겙葯 | 111001001011101010010100111011001001001010001111111010101011001010011001111010001001000110101111 | e4ba94ec928feab299e891af |
UHC | 五쒏겙葯 | 1110011111101001100111001110011010000001101100001110010110110101 | e7e99ce681b0e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)