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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 隱ょ?] | 111010001010101010000010111001010011111101011101 | e8aa82e53f5d |
EUC-JP | 隱ょ?] | 111100001010110010100100111001110011111101011101 | f0aca4e73f5d |
UTF-8 | 隱ょ썕] | 11101001100110101011000111100011100000101000011111101100100011011001010101011101 | e99ab1e38287ec8d955d |
UHC | 隱ょ썕] | 11101011110111111010101011100111100110111000100001011101 | ebdfaae79b885d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)