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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?鴦較??刷 | 001111111110100111110001100010100111001000111111001111111000110111111100 | 3fe9f18a723f3f8dfc |
EUC-JP | ?鴦較??刷 | 001111111111001011110011101100111101001100111111001111111011101011111110 | 3ff2f3b3d33f3fbafe |
UTF-8 | 뤙鴦較핉빅刷 | 111010111010010010011001111010011011010010100110111010001011110010000011111011011001010110001001111010111011100110000101111001011000100010110111 | eba499e9b4a6e8bc83ed9589ebb985e588b7 |
UHC | 뤙鴦較핉빅刷 | 100011111100100011100100111011001100111011110010110000001000111010111010111100101110000111101100 | 8fc8e4eccef2c08ebaf2e1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)