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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邑ъ?^ | 100101110101011110000100100011000011111101011110 | 9757848c3f5e |
EUC-JP | 邑ъ?^ | 110011011011100010100111111011000011111101011110 | cdb8a7ec3f5e |
UTF-8 | 邑ъ떖^ | 111010011000001010010001110100011000101011101011100101101001011001011110 | e98291d18aeb96965e |
UHC | 邑ъ떖^ | 11101011111010011010110011101100100010111010110001011110 | ebe9acec8bac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)