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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踝セ邵樊シ | 1110011011110100101111101110011110111000100111101110011010111100 | e6f4bee7b89ee6bc |
EUC-JP | 踝セ邵樊シ | 11101100111101101000111010111110111011101011101011011100111010001000111010111100 | ecf68ebeeebadce88ebc |
UTF-8 | 踝セ邵樊シ | 111010001011100010011101111011111011110110111110111010011000001010110101111001101010100010001010111011111011110110111100 | e8b89defbdbee982b5e6a88aefbdbc |
UHC | ??邵樊? | 00111111001111111110000111010000110110111110000000111111 | 3f3fe1d0dbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)