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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊社? | 1000100011001001100011101101000000111111 | 88c98ed03f |
EUC-JP | 伊社? | 1011000011001011101111001101001000111111 | b0cbbcd23f |
UTF-8 | 伊社홍 | 111001001011110010001010111001111010010010111110111011011001100110001101 | e4bc8ae7a4beed998d |
UHC | 伊社홍 | 111011001010010111011110111001001100100010101011 | eca5dee4c8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)