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 | ??I??L? | 00111111001111110100100100111111001111110100110000111111 | 3f3f493f3f4c3f |
SJIS-WIN | 偲磁I偲璽L篠 | 100011101100001110001110101001010100100110001110110000111000111010100011010011001000111011000010 | 8ec38ea5498ec38ea34c8ec2 |
EUC-JP | 偲磁I偲璽L篠 | 101111001100010110111100101001110100100110111100110001011011110010100101010011001011110011000100 | bcc5bca749bcc5bca54cbcc4 |
UTF-8 | 偲磁I偲璽L篠 | 1110010110000001101100101110011110100011100000010100100111100101100000011011001011100111100100101011110101001100111001111010111110100000 | e581b2e7a38149e581b2e792bd4ce7afa0 |
UHC | ?磁I?璽L篠 | 00111111111011011011100001001001001111111101111111011110010011001110000111000110 | 3fedb8493fdfde4ce1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)