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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 節∽?畏 | 10010000110111111000000111100100001111111000100011011000 | 90df81e43f88d8 |
EUC-JP | 節∽?畏 | 11000000111000011010001011100110001111111011000011011010 | c0e1a2e63fb0da |
UTF-8 | 節∽풗畏 | 111001111010111110000000111000101000100010111101111011011001001010010111111001111001010110001111 | e7af80e288bded9297e7958f |
UHC | 節∽풗畏 | 1110111110111101101000011110111110111110100110101110100011100110 | efbda1efbe9ae8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)