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 | 僥??凹?? | 1001100101000110001111110011111110001001100110100011111100111111 | 99463f3f899a3f3f |
EUC-JP | 僥??凹?? | 1101000110100111001111110011111110110001111110100011111100111111 | d1a73f3fb1fa3f3f |
UTF-8 | 僥뺟뮵凹앲풛 | 111001011000001110100101111010111011101010011111111010111010111010110101111001011000011110111001111011001001010110110010111011011001001010011011 | e583a5ebba9febaeb5e587b9ec95b2ed929b |
UHC | 僥뺟뮵凹앲풛 | 111010001110100110010101111001111001001010111101111010001110101010011101111010001011111010011110 | e8e995e792bde8ea9de8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)