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 | ?港谷 | 0011111110001101011000001001001001001010 | 3f8d60924a |
EUC-JP | ?港谷 | 0011111110111001110000011100001110101011 | 3fb9c1c3ab |
UTF-8 | 뤓港谷 | 111010111010010010010011111001101011100010101111111010001011000010110111 | eba493e6b8afe8b0b7 |
UHC | 뤓港谷 | 100011111100001111111001111110111100110111011011 | 8fc3f9fbcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)