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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏乞ぐ迸 | 1111101110110010100011001110111010000010101011101110011110011110 | fbb28cee82aee79e |
EUC-JP | 軏乞ぐ迸 | 100011111110000011011001101110001111000010100100101100001110110111111110 | 8fe0d9b8f0a4b0edfe |
UTF-8 | 軏乞ぐ迸 | 111010001011101110001111111001001011100110011110111000111000000110010000111010001011111110111000 | e8bb8fe4b99ee38190e8bfb8 |
UHC | ?乞ぐ? | 001111111100101111110111101010101011000000111111 | 3fcbf7aab03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)