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 | ?喜班? | 001111111000101011101100100101001100011100111111 | 3f8aec94c73f |
EUC-JP | ?喜班? | 001111111011010011101110110010001100100100111111 | 3fb4eec8c93f |
UTF-8 | 뤌喜班拉 | 111010111010010010001100111001011001011010011100111001111000111110101101111011111010010010100101 | eba48ce5969ce78fadefa4a5 |
UHC | 뤌喜班拉 | 1000111110111100111111011110110011011010111011001101000111111110 | 8fbcfdecdaecd1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)