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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獰??屋? | 11100000110101100011111100111111100010011010111000111111 | e0d63f3f89ae3f |
EUC-JP | 獰??屋? | 11100000110110000011111100111111101100101011000000111111 | e0d83f3fb2b03f |
UTF-8 | 獰껅쫲屋콮 | 111001111000110110110000111010101011101110000101111011001010101110110010111001011011000110001011111011001011110110101110 | e78db0eabb85ecabb2e5b18becbdae |
UHC | 獰껅쫲屋콮 | 11100111101111101000001111100110101001101000101011101000101010011011001001000010 | e7be83e6a68ae8a9b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)