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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 畏э?h畏 | 1000100011011000100001001000111100111111011010001000100011011000 | 88d8848f3f6888d8 |
EUC-JP | 畏э?h畏 | 1011000011011010101001111110111100111111011010001011000011011010 | b0daa7ef3f68b0da |
UTF-8 | 畏э쉐h畏 | 111001111001010110001111110100011000110111101100100010011001000001101000111001111001010110001111 | e7958fd18dec899068e7958f |
UHC | 畏э쉐h畏 | 111010001110011010101100111011111011110110100110011010001110100011100110 | e8e6acefbda668e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)