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 | 湿捨疾濵 | 1000111010111100100011101100110010001110101111101111101101001101 | 8ebc8ecc8ebefb4d |
EUC-JP | 湿捨疾濵 | 101111001011111010111100110011101011110011000000100011111100100110100110 | bcbebccebcc08fc9a6 |
UTF-8 | 湿捨疾濵 | 111001101011100110111111111001101000110110101000111001111001011010111110111001101011111110110101 | e6b9bfe68da8e796bee6bfb5 |
UHC | ?捨疾? | 001111111101111011010111111100101111000000111111 | 3fded7f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)