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 | ȨȨ^ | 100011101100100010001110101010001000111011001000100011101010100001011110 | 8ec88ea88ec88ea85e |
SJIS-WIN | ???¨???¨^ | 0011111100111111001111111000000101001110001111110011111100111111100000010100111001011110 | 3f3f3f814e3f3f3f814e5e |
EUC-JP | ?È?¨?È?¨^ | 001111111000111110101010101100100011111110100001101011110011111110001111101010101011001000111111101000011010111101011110 | 3f8faab23fa1af3f8faab23fa1af5e |
UTF-8 | ȨȨ^ | 1100001010001110110000111000100011000010100011101100001010101000110000101000111011000011100010001100001010001110110000101010100001011110 | c28ec388c28ec2a8c28ec388c28ec2a85e |
UHC | ???¨???¨^ | 0011111100111111001111111010000110100111001111110011111100111111101000011010011101011110 | 3f3f3fa1a73f3f3fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)