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 | ¾¼¥nBF | 100011101011111010001110101011011011110010100101011011100100001001000110 | 8ebe8eadbca56e4246 |
SJIS-WIN | ?????¥nBF | 00111111001111110011111100111111001111111000000110001111011011100100001001000110 | 3f3f3f3f3f818f6e4246 |
EUC-JP | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
UTF-8 | ¾¼¥nBF | 110000101000111011000010101111101100001010001110110000101010110111000010101111001100001010100101011011100100001001000110 | c28ec2bec28ec2adc2bcc2a56e4246 |
UHC | ?¾?¼?nBF | 001111111010100011111010001111111010000110101001101010001111100100111111011011100100001001000110 | 3fa8fa3fa1a9a8f93f6e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)