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 | 錡リ邊エ | 111110111101100011011000111001111011001010110100 | fbd8d8e7b2b4 |
EUC-JP | 錡リ邊エ | 100011111110010011011110100011101101100011101110101101001000111010110100 | 8fe4de8ed8eeb48eb4 |
UTF-8 | 錡リ邊エ | 111010011000110010100001111011111011111010011000111010011000001010001010111011111011110110110100 | e98ca1efbe98e9828aefbdb4 |
UHC | 錡?邊? | 110100011100010000111111110111001010101100111111 | d1c43fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)