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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???蘂??^ | 0011111100111111001111111110010101000001001111110011111101011110 | 3f3f3fe5413f3f5e |
EUC-JP | ???蘂??^ | 0011111100111111001111111110100110100010001111110011111101011110 | 3f3f3fe9a23f3f5e |
UTF-8 | 連양즯蘂녕댚^ | 11101111101001101001101011101100100101101001000111101100101001101010111111101000100110001000001011101011100001011001010111101011100011001001101001011110 | efa69aec9691eca6afe89882eb8595eb8c9a5e |
UHC | 連양즯蘂녕댚^ | 11100110111001101011111011100111101000111000000111100111110111101011001111100111100010001011111001011110 | e6e6bee7a381e7deb3e788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)