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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 伊狎伊狎^ | 100010001100100111100000101111101000100011001001111000001011111001011110 | 88c9e0be88c9e0be5e |
EUC-JP | 伊狎伊狎^ | 101100001100101111100000110000001011000011001011111000001100000001011110 | b0cbe0c0b0cbe0c05e |
UTF-8 | 伊狎伊狎^ | 11100100101111001000101011100111100010111000111011100100101111001000101011100111100010111000111001011110 | e4bc8ae78b8ee4bc8ae78b8e5e |
UHC | 伊狎伊狎^ | 111011001010010111100100111001001110110010100101111001001110010001011110 | eca5e4e4eca5e4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)