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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膈塾給 | 111001000100110010001111011011011000101110001011 | e44c8f6d8b8b |
EUC-JP | 膈塾給 | 111001111010110110111101110011101011010111101011 | e7adbdceb5eb |
UTF-8 | 膈塾給 | 111010001000011010001000111001011010000110111110111001111011010110100110 | e88688e5a1bee7b5a6 |
UHC | 膈塾給 | 110011001010111011100010110100111101000011100101 | ccaee2d3d0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)