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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??其府 | 001111110011111110010001101101001001010101111011 | 3f3f91b4957b |
EUC-JP | ??其府 | 001111110011111111000010101101101100100111011100 | 3f3fc2b6c9dc |
UTF-8 | 롐뤻其府 | 111010111010000110010000111010111010010010111011111001011000010110110110111001011011101010011100 | eba190eba4bbe585b6e5ba9c |
UHC | 롐뤻其府 | 1000111011010110100011111110100111010000111011001101110110100100 | 8ed68fe9d0ecdda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)