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 | ?????oBF | 0011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f6f4246 |
SJIS-WIN | 銕奇ス剰繼oBF | 111001111110110010001010111011111011110110001111111010001110001110001011011011110100001001000110 | e7ec8aefbd8fe8e38b6f4246 |
EUC-JP | 銕奇ス剰繼oBF | 11101110111011101011010011110001100011101011110110111110111010101110010111101011011011110100001001000110 | eeeeb4f18ebdbeeae5eb6f4246 |
UTF-8 | 銕奇ス剰繼oBF | 111010011000101010010101111001011010010110000111111011111011110110111101111001011000100110110000111001111011100110111100011011110100001001000110 | e98a95e5a587efbdbde589b0e7b9bc6f4246 |
UHC | ?奇??繼oBF | 00111111110100001111010000111111001111111100110110101001011011110100001001000110 | 3fd0f43f3fcda96f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)