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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夜??毅?? | 1001011011101001001111110011111110001011010000100011111100111111 | 96e93f3f8b423f3f |
EUC-JP | 夜??毅?? | 1100110011101011001111110011111110110101101000110011111100111111 | cceb3f3fb5a33f3f |
UTF-8 | 夜쏅쵊毅믥뭐 | 111001011010010010011100111011001000111110000101111011001011010110001010111001101010111110000101111010111010111110100101111010111010110110010000 | e5a49cec8f85ecb58ae6af85ebafa5ebad90 |
UHC | 夜쏅쵊毅믥뭐 | 111001011010100010011011111010111010110010001100111010111111011010010010111001111011100110111001 | e5a89bebac8cebf692e7b9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)