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 | ?氓無幄? | 0011111110011111100000101001011010110011100110111110100000111111 | 3f9f8296b39be83f |
EUC-JP | ?氓無幄? | 0011111111011101111000101100110010110101110101101110101000111111 | 3fdde2ccb5d6ea3f |
UTF-8 | 뤗氓無幄렧 | 111010111010010010010111111001101011000010010011111001111000010010100001111001011011100110000100111010111010000010100111 | eba497e6b093e784a1e5b984eba0a7 |
UHC | 뤗氓無幄렧 | 10001111110001111101100011101100110110011110110111100100110000011000111010110110 | 8fc7d8ecd9ede4c18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)