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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 眈啖}眈啖{^ | 1110000110111100100110100101011001111101111000011011110010011010010101100111101101011110 | e1bc9a567de1bc9a567b5e |
EUC-JP | 眈啖}眈啖{^ | 1110001010111110110100111011011101111101111000101011111011010011101101110111101101011110 | e2bed3b77de2bed3b77b5e |
UTF-8 | 眈啖}眈啖{^ | 111001111001110010001000111001011001010110010110011111011110011110011100100010001110010110010101100101100111101101011110 | e79c88e595967de79c88e595967b5e |
UHC | 眈啖}眈啖{^ | 1111011110101111110100111011101001111101111101111010111111010011101110100111101101011110 | f7afd3ba7df7afd3ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)