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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?療?仇?? | 0011111110010111110000110011111110001011011101110011111100111111 | 3f97c33f8b773f3f |
EUC-JP | ?療?仇?? | 0011111111001110110001010011111110110101110110000011111100111111 | 3fcec53fb5d83f3f |
UTF-8 | 룶療룶仇룫혧 | 111010111010001110110110111001111001100110000010111010111010001110110110111001001011101110000111111010111010001110101011111011011001100010100111 | eba3b6e79982eba3b6e4bb87eba3abed98a7 |
UHC | 룶療룶仇룫혧 | 100011111010101111010110111110111000111110101011110011101111101110001111101000101100001010001111 | 8fabd6fb8fabcefb8fa2c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)