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 | 巽棚形速 | 1001001001000110100100100100100110001100011000001001000110101100 | 924692498c6091ac |
EUC-JP | 巽棚形速 | 1100001110100111110000111010101010110111110000011100001010101110 | c3a7c3aab7c1c2ae |
UTF-8 | 巽棚形速 | 111001011011011110111101111001101010001110011010111001011011110110100010111010011000000010011111 | e5b7bde6a39ae5bda2e9809f |
UHC | 巽棚形速 | 1110000111011110110111011101110011111011101000011110000111011100 | e1dedddcfba1e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)