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 | 逵帷ウ達 | 11100111100111001001101111100111101100111001001001000010 | e79c9be7b39242 |
EUC-JP | 逵帷ウ達 | 1110110111111100110101101110100110001110101100111100001110100011 | edfcd6e98eb3c3a3 |
UTF-8 | 逵帷ウ達 | 111010011000000010110101111001011011100010110111111011111011110110110011111010011000000110010100 | e980b5e5b8b7efbdb3e98194 |
UHC | 逵??達 | 110100001011000000111111001111111101001110111001 | d0b03f3fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)