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 | 鮑夥駐寘難ァ | 1110100110111000100110101110110010010010100100111111101010101001100100111110111110100111 | e9b89aec9293faa993efa7 |
EUC-JP | 鮑夥駐寘難ァ | 11110010101110101101010011101110110000111111001110001111101110101110000111000110111100011000111010100111 | f2bad4eec3f38fbae1c6f18ea7 |
UTF-8 | 鮑夥駐寘難ァ | 111010011010111010010001111001011010010010100101111010011010011110010000111001011010111110011000111010011001101110100011111011111011110110100111 | e9ae91e5a4a5e9a790e5af98e99ba3efbda7 |
UHC | 鮑?駐?難? | 111110001110101000111111111100011101001000111111110100011111000100111111 | f8ea3ff1d23fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)