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 | ??w??~ | 001111110011111101110111001111110011111101111110 | 3f3f773f3f7e |
SJIS-WIN | 旭?w旭?~ | 1000100010101110001111110111011110001000101011100011111101111110 | 88ae3f7788ae3f7e |
EUC-JP | 旭?w旭?~ | 1011000010110000001111110111011110110000101100000011111101111110 | b0b03f77b0b03f7e |
UTF-8 | 旭렔w旭렔~ | 1110011010010111101011011110101110100000100101000111011111100110100101111010110111101011101000001001010001111110 | e697adeba09477e697adeba0947e |
UHC | 旭렔w旭렔~ | 11101001111011111000111010101001011101111110100111101111100011101010100101111110 | e9ef8ea977e9ef8ea97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)