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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ??けV | 0011111100111111100000101010111101010110 | 3f3f82af56 |
EUC-JP | ??けV | 0011111100111111101001001011000101010110 | 3f3fa4b156 |
UTF-8 | 룵죴けV | 11101011101000111011010111101100101000111011010011100011100000011001000101010110 | eba3b5eca3b4e3819156 |
UHC | 룵죴けV | 10001111101010101010000110001111101010101011000101010110 | 8faaa18faab156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)