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 | 屋N??肉 | 1000100110101110100000100110110100111111001111111001001111110111 | 89ae826d3f3f93f7 |
EUC-JP | 屋N??肉 | 1011001010110000101000111100111000111111001111111100011011111001 | b2b0a3ce3f3fc6f9 |
UTF-8 | 屋N욎뼅肉 | 111001011011000110001011111011111011110010101110111011001001101010001110111010111011110010000101111010001000001010001001 | e5b18befbcaeec9a8eebbc85e88289 |
UHC | 屋N욎뼅肉 | 11101000101010011010001111001110100111101110110010010110100011111110101110111111 | e8a9a3ce9eec968febbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)