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 | Y[¶H | 1001001001011001100100100101101110010001101101101001001001001000 | 9259925b91b69248 |
SJIS-WIN | ?Y?[?¶?H | 001111110101100100111111010110110011111110000001111101110011111101001000 | 3f593f5b3f81f73f48 |
EUC-JP | ?Y?[?¶?H | 001111110101100100111111010110110011111110100010111110010011111101001000 | 3f593f5b3fa2f93f48 |
UTF-8 | Y[¶H | 11000010100100100101100111000010100100100101101111000010100100011100001010110110110000101001001001001000 | c29259c2925bc291c2b6c29248 |
UHC | ?Y?[?¶?H | 001111110101100100111111010110110011111110100010110100100011111101001000 | 3f593f5b3fa2d23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)