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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?唵?雩?? | 00111111100011111011010111010001001111111000111111100110111110100011111100111111 | 3f8fb5d13f8fe6fa3f3f |
UTF-8 | 렶唵뤷雩핊쭈 | 111010111010000010110110111001011001010010110101111010111010010010110111111010011001101110101001111011011001010110001010111011001010110110001000 | eba0b6e594b5eba4b7e99ba9ed958aecad88 |
UHC | 렶唵뤷雩핊쭈 | 100011101100000111100100110110101000111111100101111010011110110011000000100011111100001011011110 | 8ec1e4da8fe5e9ecc08fc2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)