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 | ?蹕磧漾 | 00111111111001110100101011100010010000001110000001000000 | 3fe74ae240e040 |
EUC-JP | ņ蹕磧漾 | 100011111010101111001111111011011010101111100011101000011101111110100001 | 8fabcfedabe3a1dfa1 |
UTF-8 | ņ蹕磧漾 | 1100010110000110111010001011100110010101111001111010001110100111111001101011110010111110 | c586e8b995e7a3a7e6bcbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)