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 | μ¨úå | 1000111011001110100011101011110010001110101010001111101011100101 | 8ece8ebc8ea8fae5 |
SJIS-WIN | ?????¨?? | 001111110011111100111111001111110011111110000001010011100011111100111111 | 3f3f3f3f3f814e3f3f |
EUC-JP | ?Î???¨úå | 001111111000111110101010110000100011111100111111001111111010000110101111100011111010101111100010100011111010101110101001 | 3f8faac23f3f3fa1af8fabe28faba9 |
UTF-8 | μ¨úå | 11000010100011101100001110001110110000101000111011000010101111001100001010001110110000101010100011000011101110101100001110100101 | c28ec38ec28ec2bcc28ec2a8c3bac3a5 |
UHC | ???¼?¨?? | 00111111001111110011111110101000111110010011111110100001101001110011111100111111 | 3f3f3fa8f93fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)