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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ト鐱゙ト鈊ェ^ | 110001001111101111100101110111101100010011111011110000111010101001011110 | c4fbe5dec4fbc3aa5e |
EUC-JP | ト鐱゙ト鈊ェ^ | 100011101100010010001111111001011110001010001110110111101000111011000100100011111110001110111111100011101010101001011110 | 8ec48fe5e28ede8ec48fe3bf8eaa5e |
UTF-8 | ト鐱゙ト鈊ェ^ | 11101111101111101000010011101001100100001011000111101111101111101001111011101111101111101000010011101001100010001000101011101111101111011010101001011110 | efbe84e990b1efbe9eefbe84e9888aefbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)