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 | 敖??敖?? | 1001110111000010001111110011111110011101110000100011111100111111 | 9dc23f3f9dc23f3f |
EUC-JP | 敖??敖?? | 1101101011000100001111110011111111011010110001000011111100111111 | dac43f3fdac43f3f |
UTF-8 | 敖뉔갇敖뉔컛 | 111001101001010110010110111010111000100110010100111010101011000010000111111001101001010110010110111010111000100110010100111011001011101110011011 | e69596eb8994eab087e69596eb8994ecbb9b |
UHC | 敖뉔갇敖뉔컛 | 111001111111100110000111111010011011000010100100111001111111100110000111111010011011000010000110 | e7f987e9b0a4e7f987e9b086 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)