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 | 﨟ス隴錬 | 11111011100111011011110111101000101011011001100001000010 | fb9dbde8ad9842 |
EUC-JP | ?ス隴錬 | 00111111100011101011110111110000101011111100111110100011 | 3f8ebdf0afcfa3 |
UTF-8 | 﨟ス隴錬 | 111011111010100010011111111011111011110110111101111010011001101010110100111010011000110010101100 | efa89fefbdbde99ab4e98cac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)