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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 。爍ェマ濵H | 10100001111000001010000111110010100011111010101011001111111110110100110101001000 | a1e0a1f28faacffb4d48 |
EUC-JP | 。爍?ェマ濵H | 10001110101000011110000010100011001111111000111010101010100011101100111110001111110010011010011001001000 | 8ea1e0a33f8eaa8ecf8fc9a648 |
UTF-8 | 。爍ェマ濵H | 11101111101111011010000111100111100010001000110111101110100001111000011011101111101111011010101011101111101111101000111111100110101111111011010101001000 | efbda1e7888dee8786efbdaaefbe8fe6bfb548 |
UHC | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)