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 | 莪決恭粢 | 1110010010101110100011001000100010001011101100011110001011100101 | e4ae8c888bb1e2e5 |
EUC-JP | 莪決恭粢 | 1110100010110000101101111110100010110110101100111110010011100111 | e8b0b7e8b6b3e4e7 |
UTF-8 | 莪決恭粢 | 111010001000111010101010111001101011000110111010111001101000000110101101111001111011001010100010 | e88eaae6b1bae681ade7b2a2 |
UHC | 莪決恭? | 11100100101101011100110010111101110011011111000100111111 | e4b5ccbdcdf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)