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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髷ウ譴ァ荳① | 11101001100111101011001111100110101000101010011111100100101110001000011101000000 | e99eb3e6a2a7e4b88740 |
EUC-JP | 髷ウ譴ァ荳? | 1111000111111110100011101011001111101100101001001000111010100111111010001011101000111111 | f1fe8eb3eca48ea7e8ba3f |
UTF-8 | 髷ウ譴ァ荳① | 111010011010101110110111111011111011110110110011111010001010110110110100111011111011110110100111111010001000110110110011111000101001000110100000 | e9abb7efbdb3e8adb4efbda7e88db3e291a0 |
UHC | ??譴?荳① | 001111110011111111001100101110010011111111010100111001011010100011100111 | 3f3fccb93fd4e5a8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)