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 | 關灘符窶イ | 111010001001000010010011111001011001010110000100111000101000000010110010 | e89093e59584e280b2 |
EUC-JP | 關灘符窶イ | 11101111111100001100011011100111110010011110010011100011111000001000111010110010 | eff0c6e7c9e4e3e08eb2 |
UTF-8 | 關灘符窶イ | 111010011001011110011100111001111000000110011000111001111010110010100110111001111010101010110110111011111011110110110010 | e9979ce78198e7aca6e7aab6efbdb2 |
UHC | 關灘符?? | 1100111010111100111101111010100011011101101011000011111100111111 | cebcf7a8ddac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)