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 | 꿢ε | 1110101010111111100011101010001010001110110011101000111010110101 | eabf8ea28ece8eb5 |
SJIS-WIN | ???¢???? | 001111110011111100111111100000011001000100111111001111110011111100111111 | 3f3f3f81913f3f3f3f |
EUC-JP | ê¿?¢?Î?? | 100011111010101110110100100011111010001011000100001111111010000111110001001111111000111110101010110000100011111100111111 | 8fabb48fa2c43fa1f13f8faac23f3f |
UTF-8 | 꿢ε | 11000011101010101100001010111111110000101000111011000010101000101100001010001110110000111000111011000010100011101100001010110101 | c3aac2bfc28ec2a2c28ec38ec28ec2b5 |
UHC | ?¿?????? | 001111111010001010101111001111110011111100111111001111110011111100111111 | 3fa2af3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)