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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ???絶?V | 00111111001111110011111110010000111000100011111101010110 | 3f3f3f90e23f56 |
EUC-JP | ???絶?V | 00111111001111110011111111000000111001000011111101010110 | 3f3f3fc0e43f56 |
UTF-8 | 狀묕풄絶쏯V | 11101111101001111011101011101011101011001001010111101101100100101000010011100111101101011011011011101100100011111010111101010110 | efa7baebac95ed9284e7b5b6ec8faf56 |
UHC | 狀묕풄絶쏯V | 1110110111101110100100011110111110111110100011001110111110111110100111000100111001010110 | edee91efbe8cefbe9c4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)