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 | 紗湿写鉙悉 | 10001110110100011000111010111100100011101100101011111011110010001000111010111011 | 8ed18ebc8ecafbc88ebb |
EUC-JP | 紗湿写鉙悉 | 1011110011010011101111001011111010111100110011001000111111100011111000111011110010111101 | bcd3bcbebccc8fe3e3bcbd |
UTF-8 | 紗湿写鉙悉 | 111001111011010010010111111001101011100110111111111001011000011010011001111010011000100110011001111001101000001010001001 | e7b497e6b9bfe58699e98999e68289 |
UHC | 紗???悉 | 11011110111010010011111100111111001111111110001111111010 | dee93f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)