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 | ?功ュ? | 001111111000110011110111100000111000010100111111 | 3f8cf783853f |
EUC-JP | ?功ュ? | 001111111011100011111001101001011110010100111111 | 3fb8f9a5e53f |
UTF-8 | 룴功ュ룵 | 111010111010001110110100111001011000101010011111111000111000001110100101111010111010001110110101 | eba3b4e58a9fe383a5eba3b5 |
UHC | 룴功ュ룵 | 1000111110101001110011011110110110101011111001011000111110101010 | 8fa9cdedabe58faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)