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 | Ýõ | 100011101101110110001111110000111011010110001110 | 8edd8fc3b58e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ý?Ã?? | 00111111100011111010101011110010001111111000111110101010101010100011111100111111 | 3f8faaf23f8faaaa3f3f |
UTF-8 | Ýõ | 110000101000111011000011100111011100001010001111110000111000001111000010101101011100001010001110 | c28ec39dc28fc383c2b5c28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)