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 | 軏乞勘赶 | 1111101110110010100011001110111010001010101010001111101110110000 | fbb28cee8aa8fbb0 |
EUC-JP | 軏乞勘? | 1000111111100000110110011011100011110000101101001010101000111111 | 8fe0d9b8f0b4aa3f |
UTF-8 | 軏乞勘赶 | 111010001011101110001111111001001011100110011110111001011000101110011000111010001011010110110110 | e8bb8fe4b99ee58b98e8b5b6 |
UHC | ?乞勘? | 001111111100101111110111110010101110101100111111 | 3fcbf7caeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)