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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濵宍瀇磁 | 1111101101001101100011101011001111111011010011111000111010100101 | fb4d8eb3fb4f8ea5 |
EUC-JP | 濵宍瀇磁 | 10001111110010011010011010111100101101011000111111001001101011011011110010100111 | 8fc9a6bcb58fc9adbca7 |
UTF-8 | 濵宍瀇磁 | 111001101011111110110101111001011010111010001101111001111000000010000111111001111010001110000001 | e6bfb5e5ae8de78087e7a381 |
UHC | ???磁 | 0011111100111111001111111110110110111000 | 3f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)