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 | ¼àÀμ° | 1000111010111100111000001100000010001110110011101011110010110000 | 8ebce0c08ecebcb0 |
SJIS-WIN | ???????° | 001111110011111100111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f3f3f818b |
EUC-JP | ??àÀ?Î?° | 001111110011111110001111101010111010001010001111101010101010001000111111100011111010101011000010001111111010000111101011 | 3f3f8faba28faaa23f8faac23fa1eb |
UTF-8 | ¼àÀμ° | 11000010100011101100001010111100110000111010000011000011100000001100001010001110110000111000111011000010101111001100001010110000 | c28ec2bcc3a0c380c28ec38ec2bcc2b0 |
UHC | ?¼????¼° | 0011111110101000111110010011111100111111001111110011111110101000111110011010000111000110 | 3fa8f93f3f3f3fa8f9a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)