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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | 駭?Y駭? | 11101001011011100011111101011001111010010110111000111111 | e96e3f59e96e3f |
EUC-JP | 駭?Y駭? | 11110001110011110011111101011001111100011100111100111111 | f1cf3f59f1cf3f |
UTF-8 | 駭렱Y駭렱 | 11101001101001111010110111101011101000001011000101011001111010011010011110101101111010111010000010110001 | e9a7adeba0b159e9a7adeba0b1 |
UHC | 駭렱Y駭렱 | 111110101011010010001110101111100101100111111010101101001000111010111110 | fab48ebe59fab48ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)