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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 銕奇ス剰繼E | 11100111111011001000101011101111101111011000111111101000111000111000101101000101 | e7ec8aefbd8fe8e38b45 |
EUC-JP | 銕奇ス剰繼E | 1110111011101110101101001111000110001110101111011011111011101010111001011110101101000101 | eeeeb4f18ebdbeeae5eb45 |
UTF-8 | 銕奇ス剰繼E | 11101001100010101001010111100101101001011000011111101111101111011011110111100101100010011011000011100111101110011011110001000101 | e98a95e5a587efbdbde589b0e7b9bc45 |
UHC | ?奇??繼E | 0011111111010000111101000011111100111111110011011010100101000101 | 3fd0f43f3fcda945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)