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 | 逵殲}逵殲{^ | 1110011110011100100111110111001001111101111001111001110010011111011100100111101101011110 | e79c9f727de79c9f727b5e |
EUC-JP | 逵殲}逵殲{^ | 1110110111111100110111011101001101111101111011011111110011011101110100110111101101011110 | edfcddd37dedfcddd37b5e |
UTF-8 | 逵殲}逵殲{^ | 111010011000000010110101111001101010111010110010011111011110100110000000101101011110011010101110101100100111101101011110 | e980b5e6aeb27de980b5e6aeb27b5e |
UHC | 逵殲}逵殲{^ | 1101000010110000111000001110100001111101110100001011000011100000111010000111101101011110 | d0b0e0e87dd0b0e0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)