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 | 伊頭彬訂? | 100010001100100110010011101010101001010101101010100100101111100100111111 | 88c993aa956a92f93f |
EUC-JP | 伊頭彬訂? | 101100001100101111000110101011001100100111001011110001001111101100111111 | b0cbc6acc9cbc4fb3f |
UTF-8 | 伊頭彬訂렦 | 111001001011110010001010111010011010000010101101111001011011110110101100111010001010100010000010111010111010000010100110 | e4bc8ae9a0ade5bdace8a882eba0a6 |
UHC | 伊頭彬訂렦 | 11101100101001011101010011101001110111101010111111101111111101001000111010110101 | eca5d4e9deafeff48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)