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 | ??????U? | 0011111100111111001111110011111100111111001111110101010100111111 | 3f3f3f3f3f3f553f |
SJIS-WIN | ??????U? | 0011111100111111001111110011111100111111001111110101010100111111 | 3f3f3f3f3f3f553f |
EUC-JP | ??????U? | 0011111100111111001111110011111100111111001111110101010100111111 | 3f3f3f3f3f3f553f |
UTF-8 | 횄짭횄쨋횂짤U횄 | 11101101100110101000010011101100101001111010110111101101100110101000010011101100101010001000101111101101100110101000001011101100101001111010010001010101111011011001101010000100 | ed9a84eca7aded9a84eca88bed9a82eca7a455ed9a84 |
UHC | 횄짭횄쨋횂짤U횄 | 110000111000001111000010101011001100001110000011110000101011011011000011100000101100001010101001010101011100001110000011 | c383c2acc383c2b6c382c2a955c383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)