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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??幽?? | 1001010010101000001111110011111110010111010010000011111100111111 | 94a83f3f97483f3f |
EUC-JP | 畑??幽?? | 1100100010101010001111110011111111001101101010010011111100111111 | c8aa3f3fcda93f3f |
UTF-8 | 畑듬씧幽⒵쾮 | 111001111001010110010001111010111001001110101100111011001001010010100111111001011011100110111101111000101001001010110101111011001011111010101110 | e79591eb93acec94a7e5b9bde292b5ecbeae |
UHC | 畑듬씧幽⒵쾮 | 111011111010010110110101111010111001110110111011111010101110101110101001111001101011001010000101 | efa5b5eb9dbbeaeba9e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)