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 | ¼³¾ûMÐ | 10001110101111001000111010110011100011101011111011111011010011011000111011010000 | 8ebc8eb38ebefb4d8ed0 |
SJIS-WIN | ???????M?? | 00111111001111110011111100111111001111110011111100111111010011010011111100111111 | 3f3f3f3f3f3f3f4d3f3f |
EUC-JP | ??????ûM?? | 001111110011111100111111001111110011111100111111100011111010101111100101010011010011111100111111 | 3f3f3f3f3f3f8fabe54d3f3f |
UTF-8 | ¼³¾ûMÐ | 11000010100011101100001010111100110000101000111011000010101100111100001010001110110000101011111011000011101110110100110111000010100011101100001110010000 | c28ec2bcc28ec2b3c28ec2bec3bb4dc28ec390 |
UHC | ?¼?³?¾?M?Ð | 0011111110101000111110010011111110101001111110000011111110101000111110100011111101001101001111111010100010100010 | 3fa8f93fa9f83fa8fa3f4d3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)