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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遵??證? | 10001111100001010011111100111111111001101001101000111111 | 8f853f3fe69a3f |
EUC-JP | 遵??證? | 10111101111001010011111100111111111010111111101000111111 | bde53f3febfa3f |
UTF-8 | 遵댐ㅇ證렔 | 111010011000000110110101111010111000110010010000111000111000010110000111111010001010110110001001111010111010000010010100 | e981b5eb8c90e38587e8ad89eba094 |
UHC | 遵댐ㅇ證렔 | 11110001111001011011010011101111101001001011011111110001111110111000111010101001 | f1e5b4efa4b7f1fb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)