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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ?穗v | 00111111111000100110111001110110 | 3fe26e76 |
EUC-JP | ?穗v | 00111111111000111100111101110110 | 3fe3cf76 |
UTF-8 | 뗃穗v | 11101011100101111000001111100111101010011001011101110110 | eb9783e7a99776 |
UHC | 뗃穗v | 1000101111001010111000101011010001110110 | 8bcae2b476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)