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¢ûPÉ¿ | 1111101001000010100011101010001011111011010100001100100110111111 | fa428ea2fb50c9bf |
SJIS-WIN | ?B?¢?P?? | 001111110100001000111111100000011001000100111111010100000011111100111111 | 3f423f81913f503f3f |
EUC-JP | úB?¢ûPÉ¿ | 1000111110101011111000100100001000111111101000011111000110001111101010111110010101010000100011111010101010110001100011111010001011000100 | 8fabe2423fa1f18fabe5508faab18fa2c4 |
UTF-8 | úB¢ûPÉ¿ | 1100001110111010010000101100001010001110110000101010001011000011101110110101000011000011100010011100001010111111 | c3ba42c28ec2a2c3bb50c389c2bf |
UHC | ?B???P?¿ | 001111110100001000111111001111110011111101010000001111111010001010101111 | 3f423f3f3f503fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)