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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ??序タ?] | 0011111100111111100011111001100010000011010111100011111101011101 | 3f3f8f98835e3f5d |
EUC-JP | ??序タ?] | 0011111100111111101111011111100010100101101111110011111101011101 | 3f3fbdf8a5bf3f5d |
UTF-8 | 룴가序タ∼] | 11101011101000111011010011101010101100001000000011100101101110101000111111100011100000101011111111100010100010001011110001011101 | eba3b4eab080e5ba8fe382bfe288bc5d |
UHC | 룴가序タ∼] | 1000111110101001101100001010000111011111111011011010101110111111101000011010110101011101 | 8fa9b0a1dfedabbfa1ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)