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 | ?否ぉ? | 001111111001010011011011100000101010011100111111 | 3f94db82a73f |
EUC-JP | 頊否ぉ? | 1000111111100111111101001100100011011101101001001010100100111111 | 8fe7f4c8dda4a93f |
UTF-8 | 頊否ぉ렟 | 111010011010000010001010111001011001000010100110111000111000000110001001111010111010000010011111 | e9a08ae590a6e38189eba09f |
UHC | 頊否ぉ렟 | 1110100111110101110111001111101010101010101010011000111010110000 | e9f5dcfaaaa98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)