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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌巖笳貅 | 1001111111110011100110111101110011100010100101111110011010111010 | 9ff39bdce297e6ba |
EUC-JP | 灌巖笳貅 | 1101111011110101110101101101111011100011111101111110110010111100 | def5d6dee3f7ecbc |
UTF-8 | 灌巖笳貅 | 111001111000000110001100111001011011011110010110111001111010110010110011111010001011001010000101 | e7818ce5b796e7acb3e8b285 |
UHC | 灌巖?? | 110011101011010011100100110111000011111100111111 | ceb4e4dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)