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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 餓ν?? | 100010011110110010000011110010110011111100111111 | 89ec83cb3f3f |
EUC-JP | 餓ν?? | 101100101110111010100110110011010011111100111111 | b2eea6cd3f3f |
UTF-8 | 餓ν렪溜 | 1110100110100100100100111100111010111101111010111010000010101010111011111010011110001011 | e9a493cebdeba0aaefa78b |
UHC | 餓ν렪溜 | 1110010010111011101001011110110110001110101110001110101011111110 | e4bba5ed8eb8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)