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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
EUC-JP | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
UTF-8 | 첨짭P횒째 | 11101100101100101010100011101100101001111010110101010000111011011001101010010010111011001010011110111000 | ecb2a8eca7ad50ed9a92eca7b8 |
UHC | 첨짭P횒째 | 110000111011011111000010101011000101000011000011100011011100001010110000 | c3b7c2ac50c38dc2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)