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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ゆ??よ | 00111111100000101110010000111111001111111000001011100110 | 3f82e43f3f82e6 |
EUC-JP | ?ゆ??よ | 00111111101001001110011000111111001111111010010011101000 | 3fa4e63f3fa4e8 |
UTF-8 | 銳ゆ꼇銳よ | 111010011000101010110011111000111000001010000110111010101011110010000111111010011000101010110011111000111000001010001000 | e98ab3e38286eabc87e98ab3e38288 |
UHC | 銳ゆ꼇銳よ | 11100111111001011010101011100110101100101011101111100111111001011010101011101000 | e7e5aae6b2bbe7e5aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)