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 | ?炎?? | 0011111110001001100010100011111100111111 | 3f898a3f3f |
EUC-JP | ?炎?? | 0011111110110001111010100011111100111111 | 3fb1ea3f3f |
UTF-8 | 윈炎▶랩 | 111011001001110010001000111001111000001010001110111000101001011010110110111010111001111010101001 | ec9c88e7828ee296b6eb9ea9 |
UHC | 윈炎▶랩 | 1100000010101001111001101111101010100010101110101011011110100110 | c0a9e6faa2bab7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)