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 | 錡ス邊、 | 111110111101100010111101111001111011001010100100 | fbd8bde7b2a4 |
EUC-JP | 錡ス邊、 | 100011111110010011011110100011101011110111101110101101001000111010100100 | 8fe4de8ebdeeb48ea4 |
UTF-8 | 錡ス邊、 | 111010011000110010100001111011111011110110111101111010011000001010001010111011111011110110100100 | e98ca1efbdbde9828aefbda4 |
UHC | 錡?邊? | 110100011100010000111111110111001010101100111111 | d1c43fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)