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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 駿??駿??^ | 100011110111100000111111001111111000111101111000001111110011111101011110 | 8f783f3f8f783f3f5e |
EUC-JP | 駿??駿??^ | 101111011101100100111111001111111011110111011001001111110011111101011110 | bdd93f3fbdd93f3f5e |
UTF-8 | 駿곧딕駿곧듸^ | 11101001101001111011111111101010101100111010011111101011100101001001010111101001101001111011111111101010101100111010011111101011100100111011100001011110 | e9a7bfeab3a7eb9495e9a7bfeab3a7eb93b85e |
UHC | 駿곧딕駿곧듸^ | 11110001111001111011000011110000101101011111000111110001111001111011000011110000101101011110111101011110 | f1e7b0f0b5f1f1e7b0f0b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)