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???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
UTF-8 | 청P횚챌횠쩍 | 11101100101100101010110101010000111011011001101010011010111011001011000110001100111011011001101010100000111011001010100110001101 | ecb2ad50ed9a9aecb18ced9aa0eca98d |
UHC | 청P횚챌횠쩍 | 1100001110111011010100001100001110010100110000111010011111000011100110001100001010111101 | c3bb50c394c3a7c398c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)