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 | 晁??? | 1001110111101000001111110011111100111111 | 9de83f3f3f |
EUC-JP | 晁??? | 1101101011101010001111110011111100111111 | daea3f3f3f |
UTF-8 | 晁롘렪얘 | 111001101001100110000001111010111010000110011000111010111010000010101010111011001001011010011000 | e69981eba198eba0aaec9698 |
UHC | 晁롘렪얘 | 1111000011000101100011101101110010001110101110001011111011101010 | f0c58edc8eb8beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)