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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鏑烽刀梓? | 100100110100110011100000100000101001001110000001100010001011001000111111 | 934ce082938188b23f |
EUC-JP | 鏑烽刀梓? | 110001011010110111011111111000101100010111100001101100001011010000111111 | c5addfe2c5e1b0b43f |
UTF-8 | 鏑烽刀梓둡 | 111010011000111110010001111001111000001110111101111001011000100010000000111001101010001010010011111010111001000110100001 | e98f91e783bde58880e6a293eb91a1 |
UHC | 鏑烽刀梓둡 | 11101110111010111101110011101011110100111110111111101110101010011011010111010011 | eeebdcebd3efeea9b5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)