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 | ûÄ®ú³¥ | 1111101111000100100011101010111011111010101100111000111010100101 | fbc48eaefab38ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ûÄ?®ú??? | 10001111101010111110010110001111101010101010001100111111100011111010001011101110100011111010101111100010001111110011111100111111 | 8fabe58faaa33f8fa2ee8fabe23f3f3f |
UTF-8 | ûÄ®ú³¥ | 11000011101110111100001110000100110000101000111011000010101011101100001110111010110000101011001111000010100011101100001010100101 | c3bbc384c28ec2aec3bac2b3c28ec2a5 |
UHC | ???®?³?? | 00111111001111110011111110100010111001110011111110101001111110000011111100111111 | 3f3f3fa2e73fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)