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 | ??U????? | 0011111100111111010101010011111100111111001111110011111100111111 | 3f3f553f3f3f3f3f |
SJIS-WIN | ??U????? | 0011111100111111010101010011111100111111001111110011111100111111 | 3f3f553f3f3f3f3f |
EUC-JP | ??U????? | 0011111100111111010101010011111100111111001111110011111100111111 | 3f3f553f3f3f3f3f |
UTF-8 | 렻렮U렻ㅕ렭렻렦 | 11101011101000001011101111101011101000001010111001010101111010111010000010111011111000111000010110010101111010111010000010101101111010111010000010111011111010111010000010100110 | eba0bbeba0ae55eba0bbe38595eba0adeba0bbeba0a6 |
UHC | 렻렮U렻ㅕ렭렻렦 | 100011101100001110001110101110110101010110001110110000111010010011000101100011101011101010001110110000111000111010110101 | 8ec38ebb558ec3a4c58eba8ec38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)