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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
EUC-JP | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
UTF-8 | 렱렖석샬선G | 11101011101000001011000111101011101000001001011011101100100001001001110111101100100000111010110011101100100001001010000001000111 | eba0b1eba096ec849dec83acec84a047 |
UHC | 렱렖석샬선G | 1000111010111110100011101010101110111100101011101011110010100011101111001011000101000111 | 8ebe8eabbcaebca3bcb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)