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 | ?????循 | 00111111001111110011111100111111001111111000111101111010 | 3f3f3f3f3f8f7a |
EUC-JP | ?????循 | 00111111001111110011111100111111001111111011110111011011 | 3f3f3f3f3fbddb |
UTF-8 | 렻셔렠렻렓循 | 111010111010000010111011111011001000010110010100111010111010000010100000111010111010000010111011111010111010000010010011111001011011111010101010 | eba0bbec8594eba0a0eba0bbeba093e5beaa |
UHC | 렻셔렠렻렓循 | 100011101100001110111100110001011000111010110001100011101100001110001110101010001110001011100000 | 8ec3bcc58eb18ec38ea8e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)