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?? | 0011111101011110001111110011111100111111010100000011111100111111 | 3f5e3f3f3f503f3f |
SJIS-WIN | ?^???P?? | 0011111101011110001111110011111100111111010100000011111100111111 | 3f5e3f3f3f503f3f |
EUC-JP | ?^???P?? | 0011111101011110001111110011111100111111010100000011111100111111 | 3f5e3f3f3f503f3f |
UTF-8 | 창^창채찼P횪횚 | 1110110010110000101111010101111011101100101100001011110111101100101100011000010011101100101100001011110001010000111011011001101010101010111011011001101010011010 | ecb0bd5eecb0bdecb184ecb0bc50ed9aaaed9a9a |
UHC | 창^창채찼P횪횚 | 1100001110100010010111101100001110100010110000111010010011000011101000010101000011000011101000001100001110010100 | c3a25ec3a2c3a4c3a150c3a0c394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)