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 | 吟??若 | 100010111110000100111111001111111000111011100001 | 8be13f3f8ee1 |
EUC-JP | 吟??若 | 101101101110001100111111001111111011110011100011 | b6e33f3fbce3 |
UTF-8 | 吟졿뎸若 | 111001011001000010011111111011001010000110111111111010111000111010111000111010001000101110100101 | e5909feca1bfeb8eb8e88ba5 |
UHC | 吟졿뎸若 | 1110101111100001101000001110011010001001100010111110010110110100 | ebe1a0e6898be5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)