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 | 奬렯衣펭曆 | 111001011010010110101100111010111010000010101111111010001010000110100011111011011000111010101101111001101001101110000110 | e5a5aceba0afe8a1a3ed8eade69b86 |
UHC | 奬렯衣펭曆 | 11101101111000011000111010111100111010111111110111000110111010111101010111110101 | ede18ebcebfdc6ebd5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)