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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ???乙?&V | 001111110011111100111111100010011011001100111111100000011001010101010110 | 3f3f3f89b33f819556 |
EUC-JP | ???乙?&V | 001111110011111100111111101100101011010100111111101000011111010101010110 | 3f3f3fb2b53fa1f556 |
UTF-8 | 閱묐뒾乙댁&V | 11101001100101101011000111101011101011001001000011101011100100101011111011100100101110011001100111101011100011001000000111101111101111001000011001010110 | e996b1ebac90eb92bee4b999eb8c81efbc8656 |
UHC | 閱묐뒾乙댁&V | 11100110111100111001000111101011100010101011010011101011111000001011010011101100101000111010011001010110 | e6f391eb8ab4ebe0b4eca3a656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)