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 | ?Y?????? | 0011111101011001001111110011111100111111001111110011111100111111 | 3f593f3f3f3f3f3f |
SJIS-WIN | ?Y?????? | 0011111101011001001111110011111100111111001111110011111100111111 | 3f593f3f3f3f3f3f |
EUC-JP | ?Y?????? | 0011111101011001001111110011111100111111001111110011111100111111 | 3f593f3f3f3f3f3f |
UTF-8 | 청Y혦째챨쨀쩔쩔 | 11101100101100101010110101011001111011011001100010100110111011001010011110111000111011001011000110101000111011001010100010000000111011001010100110010100111011001010100110010100 | ecb2ad59ed98a6eca7b8ecb1a8eca880eca994eca994 |
UHC | 청Y혦째챨쨀쩔쩔 | 110000111011101101011001110000101000111011000010101100001100001110110000110000101011001111000010101111111100001010111111 | c3bb59c28ec2b0c3b0c2b3c2bfc2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)