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 | 余??? | 1001011101011101001111110011111100111111 | 975d3f3f3f |
EUC-JP | 余??? | 1100110110111110001111110011111100111111 | cdbe3f3f3f |
UTF-8 | 余꾆븐퍡 | 111001001011110110011001111010101011111010000110111010111011100010010000111011011000110110100001 | e4bd99eabe86ebb890ed8da1 |
UHC | 余꾆븐퍡 | 1110010111111001100001001100111010111010111011001011101110011000 | e5f984cebaecbb98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)