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 | 梯否え? | 10010010111100101001010011011011100000101010011000111111 | 92f294db82a63f |
EUC-JP | 梯否え? | 11000100111101001100100011011101101001001010100000111111 | c4f4c8dda4a83f |
UTF-8 | 梯否え렗 | 111001101010001010101111111001011001000010100110111000111000000110001000111010111010000010010111 | e6a2afe590a6e38188eba097 |
UHC | 梯否え렗 | 1111000010101100110111001111101010101010101010001000111010101100 | f0acdcfaaaa88eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)