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 | 劑?萬? | 100110011001110100111111111001001101110100111111 | 999d3fe4dd3f |
EUC-JP | 劑?萬? | 110100011111110100111111111010001101111100111111 | d1fd3fe8df3f |
UTF-8 | 劑힘萬뤉 | 111001011000101010010001111011011001111010011000111010001001000010101100111010111010010010001001 | e58a91ed9e98e890aceba489 |
UHC | 劑힘萬뤉 | 1111000010100101110010001111101111011000101111111000111110111001 | f0a5c8fbd8bf8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)