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 | 韈ク迺ス趺∝ | 11101000111001111011100011100111100100101011110111100110111001011000000111100101 | e8e7b8e792bde6e581e5 |
EUC-JP | 韈ク迺ス趺∝ | 111100001110100110001110101110001110110111110010100011101011110111101100111001111010001011100111 | f0e98eb8edf28ebdece7a2e7 |
UTF-8 | 韈ク迺ス趺∝ | 111010011001111110001000111011111011110110111000111010001011111110111010111011111011110110111101111010001011011010111010111000101000100010011101 | e99f88efbdb8e8bfbaefbdbde8b6bae2889d |
UHC | ????趺∝ | 0011111100111111001111110011111111011101101110101010000111110000 | 3f3f3f3fddbaa1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)