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 | ×ʽ | 1000111011010111100011111100101010111101 | 8ed78fcabd |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ?×?Ê? | 0011111110100001110111110011111110001111101010101011010000111111 | 3fa1df3f8faab43f |
UTF-8 | ×ʽ | 11000010100011101100001110010111110000101000111111000011100010101100001010111101 | c28ec397c28fc38ac2bd |
UHC | ?×??½ | 00111111101000011011111100111111001111111010100011110110 | 3fa1bf3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)