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 | 丈黑テ | 1000111111100100111111000100101111000011 | 8fe4fc4bc3 |
EUC-JP | 丈?テ | 1011111011100110001111111000111011000011 | bee63f8ec3 |
UTF-8 | 丈黑テ | 111001001011100010001000111010011011101110010001111011111011111010000011 | e4b888e9bb91efbe83 |
UHC | 丈黑? | 1110110111011011111111011101100100111111 | eddbfdd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)