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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 裝絅?[BF | 1110010111100100111000110100010000111111010110110100001001000110 | e5e4e3443f5b4246 |
EUC-JP | 裝絅?[BF | 1110101011100110111001011010010100111111010110110100001001000110 | eae6e5a53f5b4246 |
UTF-8 | 裝絅칸[BF | 111010001010001110011101111001111011010110000101111011001011100110111000010110110100001001000110 | e8a39de7b585ecb9b85b4246 |
UHC | 裝絅칸[BF | 111011011111101111001100111001111100010010101101010110110100001001000110 | edfbcce7c4ad5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)