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 | G¥BYLP | 100100100100011110010001101001011001001001000010100100100101100110010010010011001001001001010000 | 924791a592429259924c9250 |
SJIS-WIN | ?G?¥?B?Y?L?P | 00111111010001110011111110000001100011110011111101000010001111110101100100111111010011000011111101010000 | 3f473f818f3f423f593f4c3f50 |
EUC-JP | ?G???B?Y?L?P | 001111110100011100111111001111110011111101000010001111110101100100111111010011000011111101010000 | 3f473f3f3f423f593f4c3f50 |
UTF-8 | G¥BYLP | 11000010100100100100011111000010100100011100001010100101110000101001001001000010110000101001001001011001110000101001001001001100110000101001001001010000 | c29247c291c2a5c29242c29259c2924cc29250 |
UHC | ?G???B?Y?L?P | 001111110100011100111111001111110011111101000010001111110101100100111111010011000011111101010000 | 3f473f3f3f423f593f4c3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)