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 | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
SJIS-WIN | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
EUC-JP | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
UTF-8 | 횄짭횂째횂쩐P@h | 111011011001101010000100111011001010011110101101111011011001101010000010111011001010011110111000111011011001101010000010111011001010100110010000010100000100000001101000 | ed9a84eca7aded9a82eca7b8ed9a82eca990504068 |
UHC | 횄짭횂째횂쩐P@h | 110000111000001111000010101011001100001110000010110000101011000011000011100000101100001010111110010100000100000001101000 | c383c2acc382c2b0c382c2be504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)