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 | 癲?…? | 111000011001111100111111100000010110001100111111 | e19f3f81633f |
EUC-JP | 癲?…? | 111000101010000100111111101000011100010000111111 | e2a13fa1c43f |
UTF-8 | 癲녿…溜 | 111001111001100110110010111010111000010110111111111000101000000010100110111011111010011110001011 | e799b2eb85bfe280a6efa78b |
UHC | 癲녿…溜 | 1110111110100110100001101110101110100001101001101110101011111110 | efa686eba1a6eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)