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 | ?レ?違? | 00111111100000111000110000111111100010001110000100111111 | 3f838c3f88e13f |
EUC-JP | ?レ?違? | 00111111101001011110110000111111101100001110001100111111 | 3fa5ec3fb0e33f |
UTF-8 | 曆レ뮇違밄 | 111011111010011010001011111000111000001110101100111010111010111010000111111010011000000110010101111010111011000010000100 | efa68be383acebae87e98195ebb084 |
UHC | 曆レ뮇違밄 | 11100110101101111010101111101100100100101001011011101010110111101001001101000010 | e6b7abec9296eade9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)