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 | 奬?衣?? | 10011010111110110011111110001000110111110011111100111111 | 9afb3f88df3f3f |
EUC-JP | 奬?衣?? | 11010100111111010011111110110000111000010011111100111111 | d4fd3fb0e13f3f |
UTF-8 | 奬렯衣펜렪 | 111001011010010110101100111010111010000010101111111010001010000110100011111011011000111010011100111010111010000010101010 | e5a5aceba0afe8a1a3ed8e9ceba0aa |
UHC | 奬렯衣펜렪 | 11101101111000011000111010111100111010111111110111000110111001101000111010111000 | ede18ebcebfdc6e68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)