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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 町烽刀梓?}B | 1001001010101100111000001000001010010011100000011000100010110010001111110111110101000010 | 92ace082938188b23f7d42 |
EUC-JP | 町烽刀梓?}B | 1100010010101110110111111110001011000101111000011011000010110100001111110111110101000010 | c4aedfe2c5e1b0b43f7d42 |
UTF-8 | 町烽刀梓뒀}B | 1110011110010100101110101110011110000011101111011110010110001000100000001110011010100010100100111110101110010010100000000111110101000010 | e794bae783bde58880e6a293eb92807d42 |
UHC | 町烽刀梓뒀}B | 111011111110101111011100111010111101001111101111111011101010100110110101110101110111110101000010 | efebdcebd3efeea9b5d77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)