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 | 紗湿写鉙 | 1000111011010001100011101011110010001110110010101111101111001000 | 8ed18ebc8ecafbc8 |
EUC-JP | 紗湿写鉙 | 101111001101001110111100101111101011110011001100100011111110001111100011 | bcd3bcbebccc8fe3e3 |
UTF-8 | 紗湿写鉙 | 111001111011010010010111111001101011100110111111111001011000011010011001111010011000100110011001 | e7b497e6b9bfe58699e98999 |
UHC | 紗??? | 1101111011101001001111110011111100111111 | dee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)