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 | ?よ?訟 | 001111111000001011100110001111111000111111010111 | 3f82e63f8fd7 |
EUC-JP | ?よ?訟 | 001111111010010011101000001111111011111011011001 | 3fa4e83fbed9 |
UTF-8 | 筽よ퐶訟 | 111001111010110110111101111000111000001010001000111011011001000010110110111010001010100010011111 | e7adbde38288ed90b6e8a89f |
UHC | 筽よ퐶訟 | 1110100010100100101010101110100010111101100111111110000111101000 | e8a4aae8bd9fe1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)