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 | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
SJIS-WIN | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
EUC-JP | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
UTF-8 | 첬B혦짭청횙혦짝 | 11101100101100101010110001000010111011011001100010100110111011001010011110101101111011001011001010101101111011011001101010011001111011011001100010100110111011001010011110011101 | ecb2ac42ed98a6eca7adecb2aded9a99ed98a6eca79d |
UHC | 첬B혦짭청횙혦짝 | 110000111011101001000010110000101000111011000010101011001100001110111011110000111001001111000010100011101100001010100110 | c3ba42c28ec2acc3bbc393c28ec2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)