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 | 佯?…魏?? | 100110001101000100111111100000010110001111101001101100000011111100111111 | 98d13f8163e9b03f3f |
EUC-JP | 佯?…魏?? | 110100001101001100111111101000011100010011110010101100100011111100111111 | d0d33fa1c4f2b23f3f |
UTF-8 | 佯몃…魏꾢푻 | 111001001011110110101111111010111010101010000011111000101000000010100110111010011010110110001111111010101011111010100010111011011001000110111011 | e4bdafebaa83e280a6e9ad8feabea2ed91bb |
UHC | 佯몃…魏꾢푻 | 111001011011101010111000111010111010000110100110111010101110000010000100111001011011111010000111 | e5bab8eba1a6eae084e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)