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 | 駭?駭?? | 11101001011011100011111111101001011011100011111100111111 | e96e3fe96e3f3f |
EUC-JP | 駭?駭?? | 11110001110011110011111111110001110011110011111100111111 | f1cf3ff1cf3f3f |
UTF-8 | 駭튷駭랐뇟 | 111010011010011110101101111011011000101010110111111010011010011110101101111010111001111010010000111010111000011110011111 | e9a7aded8ab7e9a7adeb9e90eb879f |
UHC | 駭튷駭랐뇟 | 11111010101101001011101001101001111110101011010010110110111110101011010010100001 | fab4ba69fab4b6fab4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)