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 | ?畸[?畸[^ | 001111111110000101100010010110110011111111100001011000100101101101011110 | 3fe1625b3fe1625b5e |
EUC-JP | ?畸[?畸[^ | 001111111110000111000011010110110011111111100001110000110101101101011110 | 3fe1c35b3fe1c35b5e |
UTF-8 | 렺畸[렺畸[^ | 111010111010000010111010111001111001010110111000010110111110101110100000101110101110011110010101101110000101101101011110 | eba0bae795b85beba0bae795b85b5e |
UHC | 렺畸[렺畸[^ | 1000111011000010110100011011000101011011100011101100001011010001101100010101101101011110 | 8ec2d1b15b8ec2d1b15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)