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 | 櫻??壹?? | 1001111101001110001111110011111110011010111000110011111100111111 | 9f4e3f3f9ae33f3f |
EUC-JP | 櫻??壹?? | 1101110110101111001111110011111111010100111001010011111100111111 | ddaf3f3fd4e53f3f |
UTF-8 | 櫻뗭엻壹듣죲 | 111001101010101110111011111010111001011110101101111011001001011110111011111001011010001110111001111010111001001110100011111011001010001110110010 | e6abbbeb97adec97bbe5a3b9eb93a3eca3b2 |
UHC | 櫻뗭엻壹듣죲 | 111001011010000110001011111011001001111010001101111011001110110010110101111010001010000110001101 | e5a18bec9e8dececb5e8a18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)