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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??肄? | 0011111100111111111000111110010100111111 | 3f3fe3e53f |
EUC-JP | ??肄? | 0011111100111111111001101110011100111111 | 3f3fe6e73f |
UTF-8 | 吏렊肄렣 | 111011111010011110011110111010111010000010001010111010001000001010000100111010111010000010100011 | efa79eeba08ae88284eba0a3 |
UHC | 吏렊肄렣 | 1110110010100111100011101010000111101100101111011000111010110100 | eca78ea1ecbd8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)