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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 要ゅ?節??\ | 10010111011101101000001011100011001111111001000011011111001111110011111101011100 | 977682e33f90df3f3f5c |
EUC-JP | 要ゅ?節??\ | 11001101110101111010010011100101001111111100000011100001001111110011111101011100 | cdd7a4e53fc0e13f3f5c |
UTF-8 | 要ゅ뫓節삼슛\ | 11101000101001101000000111100011100000101000010111101011101010111001001111100111101011111000000011101100100000101011110011101100100010101001101101011100 | e8a681e38285ebab93e7af80ec82bcec8a9b5c |
UHC | 要ゅ뫓節삼슛\ | 11101001101010011010101011100101100100011011010111101111101111011011101111101111101111011011100001011100 | e9a9aae591b5efbdbbefbdb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)