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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?肆?瀧佳 | 0011111111100011111001100011111110010001111010111000100111000000 | 3fe3e63f91eb89c0 |
EUC-JP | 鋌肆?瀧佳 | 10001111111001001011101111100110111010000011111111000010111011011011001011000010 | 8fe4bbe6e83fc2edb2c2 |
UTF-8 | 鋌肆렞瀧佳 | 111010011000101110001100111010001000001010000110111010111010000010011110111001111000000010100111111001001011110110110011 | e98b8ce88286eba09ee780a7e4bdb3 |
UHC | 鋌肆렞瀧佳 | 11101111111110111101111011101011100011101010111111010110111010011100101010100010 | effbdeeb8eafd6e9caa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)