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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佯??毅?? | 1001100011010001001111110011111110001011010000100011111100111111 | 98d13f3f8b423f3f |
EUC-JP | 佯??毅?? | 1101000011010011001111110011111110110101101000110011111100111111 | d0d33f3fb5a33f3f |
UTF-8 | 佯몃돆毅쀥뇺 | 111001001011110110101111111010111010101010000011111010111000111110000110111001101010111110000101111011001000000010100101111010111000011110111010 | e4bdafebaa83eb8f86e6af85ec80a5eb87ba |
UHC | 佯몃돆毅쀥뇺 | 111001011011101010111000111010111000100110010111111010111111011010010111111001011000011110011101 | e5bab8eb8997ebf697e5879d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)