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 | ???僥? | 001111110011111100111111100110010100011000111111 | 3f3f3f99463f |
EUC-JP | ???僥? | 001111110011111100111111110100011010011100111111 | 3f3f3fd1a73f |
UTF-8 | 了멱풛僥㏛ | 111011111010011010111010111010111010100110110001111011011001001010011011111001011000001110100101111000111000111110011011 | efa6baeba9b1ed929be583a5e38f9b |
UHC | 了멱풛僥㏛ | 11101000111001111011100011101000101111101001111011101000111010011010011111100100 | e8e7b8e8be9ee8e9a7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)