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 | ?蹕髻沺 | 00111111111001110100101011101001100111111001111110011111 | 3fe74ae99f9f9f |
EUC-JP | ņ蹕髻沺 | 100011111010101111001111111011011010101111110010101000011101111010100001 | 8fabcfedabf2a1dea1 |
UTF-8 | ņ蹕髻沺 | 1100010110000110111010001011100110010101111010011010101110111011111001101011001010111010 | c586e8b995e9abbbe6b2ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)