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 | 堰??侑?? | 1000100110000001001111110011111110011000110100000011111100111111 | 89813f3f98d03f3f |
EUC-JP | 堰??侑?? | 1011000111100001001111110011111111010000110100100011111100111111 | b1e13f3fd0d23f3f |
UTF-8 | 堰쇰캙侑곫틦 | 111001011010000010110000111011001000011110110000111011001011101010011001111001001011111010010001111010101011001110101011111011011000101110100110 | e5a0b0ec87b0ecba99e4be91eab3abed8ba6 |
UHC | 堰쇰캙侑곫틦 | 111001011110100010111100111010111010111110100000111010101110001010000001111001101011101010010000 | e5e8bcebafa0eae281e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)