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 | 脉蛾蕎謦 | 1110001111110101100010011110100110001011101111001110011010010010 | e3f589e98bbce692 |
EUC-JP | 脉蛾蕎謦 | 1110011011110111101100101110101110110110101111101110101111110010 | e6f7b2ebb6beebf2 |
UTF-8 | 脉蛾蕎謦 | 111010001000010010001001111010001001101110111110111010001001010110001110111010001010110010100110 | e88489e89bbee8958ee8aca6 |
UHC | ?蛾蕎? | 001111111110010010110110110011101111000000111111 | 3fe4b6cef03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)