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 | 滓?呻? | 100111111110011000111111100110011110111100111111 | 9fe63f99ef3f |
EUC-JP | 滓?呻? | 110111101110100000111111110100101111000100111111 | dee83fd2f13f |
UTF-8 | 滓렔呻렗 | 111001101011101110010011111010111010000010010100111001011001000110111011111010111010000010010111 | e6bb93eba094e591bbeba097 |
UHC | 滓렔呻렗 | 1110111010101011100011101010100111100011111000101000111010101100 | eeab8ea9e3e28eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)