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 | 癲糶}癲糶{^ | 1110000110011111111000101111101001111101111000011001111111100010111110100111101101011110 | e19fe2fa7de19fe2fa7b5e |
EUC-JP | 癲糶}癲糶{^ | 1110001010100001111001001111110001111101111000101010000111100100111111000111101101011110 | e2a1e4fc7de2a1e4fc7b5e |
UTF-8 | 癲糶}癲糶{^ | 111001111001100110110010111001111011001110110110011111011110011110011001101100101110011110110011101101100111101101011110 | e799b2e7b3b67de799b2e7b3b67b5e |
UHC | 癲?}癲?{^ | 111011111010011000111111011111011110111110100110001111110111101101011110 | efa63f7defa63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)