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 | サ眄ミサ眄ミ^ | 101110111110000110111110110100001011101111100001101111101101000001011110 | bbe1bed0bbe1bed05e |
EUC-JP | サ眄ミサ眄ミ^ | 10001110101110111110001011000000100011101101000010001110101110111110001011000000100011101101000001011110 | 8ebbe2c08ed08ebbe2c08ed05e |
UTF-8 | サ眄ミサ眄ミ^ | 11101111101111011011101111100111100111001000010011101111101111101001000011101111101111011011101111100111100111001000010011101111101111101001000001011110 | efbdbbe79c84efbe90efbdbbe79c84efbe905e |
UHC | ?眄??眄?^ | 001111111101100011111000001111110011111111011000111110000011111101011110 | 3fd8f83f3fd8f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)