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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 牆爭゚ | 1110000010101101111000001010010111011111 | e0ade0a5df |
EUC-JP | 牆爭゚ | 111000001010111111100000101001111000111011011111 | e0afe0a78edf |
UTF-8 | 牆爭゚ | 111001111000100110000110111001111000100010101101111011111011111010011111 | e78986e788adefbe9f |
UHC | 牆爭? | 1110110111101101111011101011001100111111 | ededeeb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)