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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓍顔セョ | 111001001110011110001010111001111011111010101110 | e4e78ae7beae |
EUC-JP | 蓍顔セョ | 1110100011101001101101001110100110001110101111101000111010101110 | e8e9b4e98ebe8eae |
UTF-8 | 蓍顔セョ | 111010001001001110001101111010011010000110010100111011111011110110111110111011111011110110101110 | e8938de9a194efbdbeefbdae |
UHC | 蓍顔?? | 111000111100100111100100110101000011111100111111 | e3c9e4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)