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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?審こE | 001111111001000001010010100000101011000101000101 | 3f905282b145 |
EUC-JP | ?審こE | 001111111011111110110011101001001011001101000101 | 3fbfb3a4b345 |
UTF-8 | 얇審こE | 11101100100101101000011111100101101011111010100111100011100000011001001101000101 | ec9687e5afa9e3819345 |
UHC | 얇審こE | 10111110111000111110001111111011101010101011001101000101 | bee3e3fbaab345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)