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 | 켽 | 1110110010111100100011101011110111101110101011101000111010110011 | ecbc8ebdeeae8eb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ì???î®?? | 1000111110101011110000000011111100111111001111111000111110101011110000101000111110100010111011100011111100111111 | 8fabc03f3f3f8fabc28fa2ee3f3f |
UTF-8 | 켽 | 11000011101011001100001010111100110000101000111011000010101111011100001110101110110000101010111011000010100011101100001010110011 | c3acc2bcc28ec2bdc3aec2aec28ec2b3 |
UHC | ?¼?½?®?³ | 001111111010100011111001001111111010100011110110001111111010001011100111001111111010100111111000 | 3fa8f93fa8f63fa2e73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)