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 | 迢守尚迹 | 1110011110001011100011101110011110001111101011101110011110010001 | e78b8ee78faee791 |
EUC-JP | 迢守尚迹 | 1110110111101011101111001110100110111110101100001110110111110001 | edebbce9beb0edf1 |
UTF-8 | 迢守尚迹 | 111010001011111110100010111001011010111010001000111001011011000010011010111010001011111110111001 | e8bfa2e5ae88e5b09ae8bfb9 |
UHC | ?守?迹 | 001111111110000111111010001111111110111011101001 | 3fe1fa3feee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)