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 | 蛯ウ邨イ | 111001011000001010110011111001111011010110110010 | e582b3e7b5b2 |
EUC-JP | 蛯ウ邨イ | 1110100111100010100011101011001111101110101101111000111010110010 | e9e28eb3eeb78eb2 |
UTF-8 | 蛯ウ邨イ | 111010001001101110101111111011111011110110110011111010011000001010101000111011111011110110110010 | e89bafefbdb3e982a8efbdb2 |
UHC | ??邨? | 0011111100111111111101011011111000111111 | 3f3ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)