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 | 粫城゛腓 | 1110001011100110100011111110100110000001010010101110010001000011 | e2e68fe9814ae443 |
EUC-JP | 粫城゛腓 | 1110010011101000101111101110101110100001101010111110011110100100 | e4e8beeba1abe7a4 |
UTF-8 | 粫城゛腓 | 111001111011001010101011111001011001111110001110111000111000001010011011111010001000010110010011 | e7b2abe59f8ee3829be88593 |
UHC | ?城?? | 0011111111100000111100100011111100111111 | 3fe0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)