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 | 湜七淲而 | 1111101101000111100011101011010111111011010001001000111010100111 | fb478eb5fb448ea7 |
EUC-JP | 湜七?而 | 1000111111000111111111001011110010110111001111111011110010101001 | 8fc7fcbcb73fbca9 |
UTF-8 | 湜七淲而 | 111001101011100110011100111001001011100010000011111001101011011110110010111010001000000010001100 | e6b99ce4b883e6b7b2e8808c |
UHC | 湜七?而 | 11100011110101111111011011010010001111111110110010111011 | e3d7f6d23fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)