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 | 褓定シ | 1110010111101110100100101110100010111100 | e5ee92e8bc |
EUC-JP | 褓定シ | 111010101111000011000100111010101000111010111100 | eaf0c4ea8ebc |
UTF-8 | 褓定シ | 111010001010010010010011111001011010111010011010111011111011110110111100 | e8a493e5ae9aefbdbc |
UHC | 褓定? | 1101110011001110111011111101001000111111 | dcceefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)