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 | ?????J?? | 0011111100111111001111110011111100111111010010100011111100111111 | 3f3f3f3f3f4a3f3f |
SJIS-WIN | ?????J?? | 0011111100111111001111110011111100111111010010100011111100111111 | 3f3f3f3f3f4a3f3f |
EUC-JP | ?????J?? | 0011111100111111001111110011111100111111010010100011111100111111 | 3f3f3f3f3f4a3f3f |
UTF-8 | 청횈혦짰청J혦징 | 11101100101100101010110111101101100110101000100011101101100110001010011011101100101001111011000011101100101100101010110101001010111011011001100010100110111011001010011110010101 | ecb2aded9a88ed98a6eca7b0ecb2ad4aed98a6eca795 |
UHC | 청횈혦짰청J혦징 | 110000111011101111000011100001101100001010001110110000101010111011000011101110110100101011000010100011101100001010100001 | c3bbc386c28ec2aec3bb4ac28ec2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)