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 | 笑ル[笑ル[^ | 100011111100111011011001010110111000111111001110110110010101101101011110 | 8fced95b8fced95b5e |
EUC-JP | 笑ル[笑ル[^ | 1011111011010000100011101101100101011011101111101101000010001110110110010101101101011110 | bed08ed95bbed08ed95b5e |
UTF-8 | 笑ル[笑ル[^ | 111001111010110010010001111011111011111010011001010110111110011110101100100100011110111110111110100110010101101101011110 | e7ac91efbe995be7ac91efbe995b5e |
UHC | 笑?[笑?[^ | 111000011100010100111111010110111110000111000101001111110101101101011110 | e1c53f5be1c53f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)