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 | Ψçù? | 1100111010101000111001111111100100111111 | cea8e7f93f |
SJIS-WIN | ?¨??蹕 | 00111111100000010100111000111111001111111110011101001010 | 3f814e3f3fe74a |
EUC-JP | Ψçù蹕 | 10001111101010101100001010100001101011111000111110101011101011101000111110101011111000111110110110101011 | 8faac2a1af8fabae8fabe3edab |
UTF-8 | Ψçù蹕 | 1100001110001110110000101010100011000011101001111100001110111001111010001011100110010101 | c38ec2a8c3a7c3b9e8b995 |
UHC | ?¨??? | 001111111010000110100111001111110011111100111111 | 3fa1a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)