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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 棚炭蔵蔵嘆続 | 100100100100100110010010010110011001000110100000100100011010000010010010010100011001000110110001 | 9249925991a091a0925191b1 |
EUC-JP | 棚炭蔵蔵嘆続 | 110000111010101011000011101110101100001010100010110000101010001011000011101100101100001010110011 | c3aac3bac2a2c2a2c3b2c2b3 |
UTF-8 | 棚炭蔵蔵嘆続 | 111001101010001110011010111001111000001010101101111010001001010010110101111010001001010010110101111001011001100010000110111001111011011010011010 | e6a39ae782ade894b5e894b5e59886e7b69a |
UHC | 棚炭??嘆? | 110111011101110011110111101010010011111100111111111101111010001100111111 | dddcf7a93f3ff7a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)