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 | 該??偕 | 100010100101100100111111001111111001100011110001 | 8a593f3f98f1 |
EUC-JP | 該??偕 | 101100111011101000111111001111111101000011110011 | b3ba3f3fd0f3 |
UTF-8 | 該묔뱵偕 | 111010001010100110110010111010111010110010010100111010111011000110110101111001011000000110010101 | e8a9b2ebac94ebb1b5e58195 |
UHC | 該묔뱵偕 | 1111101010110001100100011110111010010011100110111111101010100101 | fab191ee939bfaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)