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 | ???余?? | 00111111001111110011111110010111010111010011111100111111 | 3f3f3f975d3f3f |
EUC-JP | ???余?? | 00111111001111110011111111001101101111100011111100111111 | 3f3f3fcdbe3f3f |
UTF-8 | 琉뗦궫余꾩갉 | 111011111010011110001100111010111001011110100110111010101011011010101011111001001011110110011001111010101011111010101001111010101011000010001001 | efa78ceb97a6eab6abe4bd99eabea9eab089 |
UHC | 琉뗦궫余꾩갉 | 111010111010010010001011111001101000001010111101111001011111100110000100111011001011000010100110 | eba48be682bde5f984ecb0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)