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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤶읊생세 | 111010111010010010110110111011001001110110001010111011001000001110011101111011001000010010111000 | eba4b6ec9d8aec839dec84b8 |
UHC | 뤶읊생세 | 1000111111100100110000001011110010111011111111011011110010111100 | 8fe4c0bcbbfdbcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)