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 | ?蕣n? | 001111111110010011111010100000101000111000111111 | 3fe4fa828e3f |
EUC-JP | ?蕣n? | 001111111110100011111100101000111110111000111111 | 3fe8fca3ee3f |
UTF-8 | 쏨蕣n돔 | 111011001000111110101000111010001001010110100011111011111011110110001110111010111000111110010100 | ec8fa8e895a3efbd8eeb8f94 |
UHC | 쏨蕣n돔 | 1011110111110100111000101111001010100011111011101011010110111100 | bdf4e2f2a3eeb5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)