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 | 劑?萬 | 1001100110011101001111111110010011011101 | 999d3fe4dd |
EUC-JP | 劑?萬 | 1101000111111101001111111110100011011111 | d1fd3fe8df |
UTF-8 | 劑힘萬 | 111001011000101010010001111011011001111010011000111010001001000010101100 | e58a91ed9e98e890ac |
UHC | 劑힘萬 | 111100001010010111001000111110111101100010111111 | f0a5c8fbd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)