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 | ?毛弔ゎ | 00111111100101101101000110010010101000101000001011101100 | 3f96d192a282ec |
EUC-JP | ?毛弔ゎ | 00111111110011001101001111000100101001001010010011101110 | 3fccd3c4a4a4ee |
UTF-8 | 뤲毛弔ゎ | 111010111010010010110010111001101010111110011011111001011011110010010100111000111000001010001110 | eba4b2e6af9be5bc94e3828e |
UHC | 뤲毛弔ゎ | 1000111111100000110110011011111011110000110000001010101011101110 | 8fe0d9bef0c0aaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)