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 | 借鰀鴫渉コ | 100011101101100011111100010001101000111010110000100011111100001010111010 | 8ed8fc468eb08fc2ba |
EUC-JP | 借鰀鴫渉コ | 1011110011011010100011111110101110100101101111001011001010111110110001001000111010111010 | bcda8feba5bcb2bec48eba |
UTF-8 | 借鰀鴫渉コ | 111001011000000010011111111010011011000010000000111010011011010010101011111001101011100010001001111011111011110110111010 | e5809fe9b080e9b4abe6b889efbdba |
UHC | 借???? | 111100111010100000111111001111110011111100111111 | f3a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)