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 | °¹Ë¥ | 100011101011000010001110101110011000111011001011100011101010010110001110 | 8eb08eb98ecb8ea58e |
SJIS-WIN | ?°?????¥? | 0011111110000001100010110011111100111111001111110011111100111111100000011000111100111111 | 3f818b3f3f3f3f3f818f3f |
EUC-JP | ?°???Ë??? | 001111111010000111101011001111110011111100111111100011111010101010110011001111110011111100111111 | 3fa1eb3f3f3f8faab33f3f3f |
UTF-8 | °¹Ë¥ | 110000101000111011000010101100001100001010001110110000101011100111000010100011101100001110001011110000101000111011000010101001011100001010001110 | c28ec2b0c28ec2b9c28ec38bc28ec2a5c28e |
UHC | ?°?¹????? | 0011111110100001110001100011111110101001111101100011111100111111001111110011111100111111 | 3fa1c63fa9f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)