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 | セュ謝梢 | 101111101010110110001110110100111000111110111101 | bead8ed38fbd |
EUC-JP | セュ謝梢 | 1000111010111110100011101010110110111100110101011011111010111111 | 8ebe8eadbcd5bebf |
UTF-8 | セュ謝梢 | 111011111011110110111110111011111011110110101101111010001010110010011101111001101010001010100010 | efbdbeefbdade8ac9de6a2a2 |
UHC | ??謝梢 | 001111110011111111011110111100111111010011111110 | 3f3fdef3f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)