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 | 롎威롎 | 111010111010000110001110111001011010100010000001111010111010000110001110 | eba18ee5a881eba18e |
UHC | 롎威롎 | 100011101101010011101010110011101000111011010100 | 8ed4eace8ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)