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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 琉녑퓤Y琉녑퓤bE | 111011111010011110001100111010111000010110010001111011011001001110100100010110011110111110100111100011001110101110000101100100011110110110010011101001000110001001000101 | efa78ceb8591ed93a459efa78ceb8591ed93a46245 |
UHC | 琉녑퓤Y琉녑퓤bE | 111010111010010010110011111001011011111110001101010110011110101110100100101100111110010110111111100011010110001001000101 | eba4b3e5bf8d59eba4b3e5bf8d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)