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 | 円??節?] | 1000100101111110001111110011111110010000110111110011111101011101 | 897e3f3f90df3f5d |
EUC-JP | 円??節?] | 1011000111011111001111110011111111000000111000010011111101011101 | b1df3f3fc0e13f5d |
UTF-8 | 円띨뙺節쿫] | 11100101100001101000011011101011100111011010100011101011100110011011101011100111101011111000000011101100101111111010101101011101 | e58686eb9da8eb99bae7af80ecbfab5d |
UHC | 円띨뙺節쿫] | 1110010111110111101101101110111010001100101111011110111110111101101100110110001001011101 | e5f7b6ee8cbdefbdb3625d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)