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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 小屑EE | 100011111010110010001011111110110100010101000101 | 8fac8bfb4545 |
EUC-JP | 小屑EE | 101111101010111010110110111111010100010101000101 | beaeb6fd4545 |
UTF-8 | 小屑EE | 1110010110110000100011111110010110110001100100010100010101000101 | e5b08fe5b1914545 |
UHC | 小屑EE | 111000011011001111100000110110100100010101000101 | e1b3e0da4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)