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 | 棚炭竪湛 | 1001001001001001100100100101100110010010010001111001001001011000 | 9249925992479258 |
EUC-JP | 棚炭竪湛 | 1100001110101010110000111011101011000011101010001100001110111001 | c3aac3bac3a8c3b9 |
UTF-8 | 棚炭竪湛 | 111001101010001110011010111001111000001010101101111001111010101110101010111001101011100110011011 | e6a39ae782ade7abaae6b99b |
UHC | 棚炭竪湛 | 1101110111011100111101111010100111100010101101011101001111000000 | dddcf7a9e2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)