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 | ³±Å¥ | 1000111010110011100011101011000110001110110001011000111010100101 | 8eb38eb18ec58ea5 |
SJIS-WIN | ???±???¥ | 00111111001111110011111110000001011111010011111100111111001111111000000110001111 | 3f3f3f817d3f3f3f818f |
EUC-JP | ???±?Å?? | 0011111100111111001111111010000111011110001111111000111110101010101010010011111100111111 | 3f3f3fa1de3f8faaa93f3f |
UTF-8 | ³±Å¥ | 11000010100011101100001010110011110000101000111011000010101100011100001010001110110000111000010111000010100011101100001010100101 | c28ec2b3c28ec2b1c28ec385c28ec2a5 |
UHC | ?³?±???? | 00111111101010011111100000111111101000011011111000111111001111110011111100111111 | 3fa9f83fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)