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 | 永??循?? | 1000100101101001001111110011111110001111011110100011111100111111 | 89693f3f8f7a3f3f |
EUC-JP | 永??循?? | 1011000111001010001111110011111110111101110110110011111100111111 | b1ca3f3fbddb3f3f |
UTF-8 | 永뤺몳循쏂ㅈ | 111001101011000010111000111010111010010010111010111010111010101010110011111001011011111010101010111011001000111110000010111000111000010110001000 | e6b0b8eba4baebaab3e5beaaec8f82e38588 |
UHC | 永뤺몳循쏂ㅈ | 111001111011010110001111111010001001000110011011111000101110000010011011111010001010010010111000 | e7b58fe8919be2e09be8a4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)