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 | 易??倭?? | 1000100011010101001111110011111110011000011000000011111100111111 | 88d53f3f98603f3f |
EUC-JP | 易??倭?? | 1011000011010111001111110011111111001111110000010011111100111111 | b0d73f3fcfc13f3f |
UTF-8 | 易뉛슈倭욄늅 | 111001101001100010010011111010111000100110011011111011001000101010001000111001011000000010101101111011001001101010000100111010111000101010000101 | e69893eb899bec8a88e580adec9a84eb8a85 |
UHC | 易뉛슈倭욄늅 | 111001101011011010000111111011111011110110110100111010001101111010011110111001101011010010111110 | e6b687efbdb4e8de9ee6b4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)