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 | 錡ニ雜ョ | 111110111101100011000110111010001011011010101110 | fbd8c6e8b6ae |
EUC-JP | 錡ニ雜ョ | 100011111110010011011110100011101100011011110000101110001000111010101110 | 8fe4de8ec6f0b88eae |
UTF-8 | 錡ニ雜ョ | 111010011000110010100001111011111011111010000110111010011001101110011100111011111011110110101110 | e98ca1efbe86e99b9cefbdae |
UHC | 錡?雜? | 110100011100010000111111111011011101101000111111 | d1c43fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)