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 | ?挑? | 00111111100100101010011100111111 | 3f92a73f |
EUC-JP | ?挑? | 00111111110001001010100100111111 | 3fc4a93f |
UTF-8 | 뤵挑ㅃ | 111010111010010010110101111001101000110010010001111000111000010110000011 | eba4b5e68c91e38583 |
UHC | 뤵挑ㅃ | 100011111110001111010011111110111010010010110011 | 8fe3d3fba4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)