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 | 程?肄? | 100100101111011000111111111000111110010100111111 | 92f63fe3e53f |
EUC-JP | 程?肄? | 110001001111100000111111111001101110011100111111 | c4f83fe6e73f |
UTF-8 | 程렖肄렡 | 111001111010100010001011111010111010000010010110111010001000001010000100111010111010000010100001 | e7a88beba096e88284eba0a1 |
UHC | 程렖肄렡 | 1110111111101111100011101010101111101100101111011000111010110010 | efef8eabecbd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)