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 | 囚?? | 10001110111110100011111100111111 | 8efa3f3f |
EUC-JP | 囚?? | 10111100111111000011111100111111 | bcfc3f3f |
UTF-8 | 囚年年 | 111001011001101110011010111011111010011010001110111011111010011010001110 | e59b9aefa68eefa68e |
UHC | 囚年年 | 111000011111011011100110110001001110011011000100 | e1f6e6c4e6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)