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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?威? | 00111111100010001101000000111111 | 3f88d03f |
EUC-JP | ?威? | 00111111101100001101001000111111 | 3fb0d23f |
UTF-8 | 롎威렱 | 111010111010000110001110111001011010100010000001111010111010000010110001 | eba18ee5a881eba0b1 |
UHC | 롎威렱 | 100011101101010011101010110011101000111010111110 | 8ed4eace8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)