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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 熟熟[熟熟[^ | 1000111101101110100011110110111001011011100011110110111010001111011011100101101101011110 | 8f6e8f6e5b8f6e8f6e5b5e |
EUC-JP | 熟熟[熟熟[^ | 1011110111001111101111011100111101011011101111011100111110111101110011110101101101011110 | bdcfbdcf5bbdcfbdcf5b5e |
UTF-8 | 熟熟[熟熟[^ | 111001111000011010011111111001111000011010011111010110111110011110000110100111111110011110000110100111110101101101011110 | e7869fe7869f5be7869fe7869f5b5e |
UHC | 熟熟[熟熟[^ | 1110001011011001111000101101100101011011111000101101100111100010110110010101101101011110 | e2d9e2d95be2d9e2d95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)