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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 霆゙諶ア。イ] | 111010001011101111011110111110111010101010110001101000011011001001011101 | e8bbdefbaab1a1b25d |
EUC-JP | 霆゙諶ア。イ] | 1111000010111101100011101101111010001111110111101011010110001110101100011000111010100001100011101011001001011101 | f0bd8ede8fdeb58eb18ea18eb25d |
UTF-8 | 霆゙諶ア。イ] | 11101001100111001000011011101111101111101001111011101000101010111011011011101111101111011011000111101111101111011010000111101111101111011011001001011101 | e99c86efbe9ee8abb6efbdb1efbda1efbdb25d |
UHC | 霆?諶???] | 111011111111110100111111111001001010011000111111001111110011111101011101 | effd3fe4a63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)