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 | ¾¼«^c^ | 100011101011111010001110101011011011110010101011010111100110001101011110 | 8ebe8eadbcab5e635e |
SJIS-WIN | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
EUC-JP | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
UTF-8 | ¾¼«^c^ | 110000101000111011000010101111101100001010001110110000101010110111000010101111001100001010101011010111100110001101011110 | c28ec2bec28ec2adc2bcc2ab5e635e |
UHC | ?¾?¼?^c^ | 001111111010100011111010001111111010000110101001101010001111100100111111010111100110001101011110 | 3fa8fa3fa1a9a8f93f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)