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?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
SJIS-WIN | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
EUC-JP | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
UTF-8 | 청P혦쩐챨쨀혦쨘 | 11101100101100101010110101010000111011011001100010100110111011001010100110010000111011001011000110101000111011001010100010000000111011011001100010100110111011001010100010011000 | ecb2ad50ed98a6eca990ecb1a8eca880ed98a6eca898 |
UHC | 청P혦쩐챨쨀혦쨘 | 110000111011101101010000110000101000111011000010101111101100001110110000110000101011001111000010100011101100001010111010 | c3bb50c28ec2bec3b0c2b3c28ec2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)