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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 俑??蘊h? | 100110001101101000111111001111111110010101011101100000101000100000111111 | 98da3f3fe55d82883f |
EUC-JP | 俑??蘊h? | 110100001101110000111111001111111110100110111110101000111110100000111111 | d0dc3f3fe9bea3e83f |
UTF-8 | 俑계맻蘊h쾮 | 111001001011111110010001111010101011001110000100111010111010011110111011111010001001100010001010111011111011110110001000111011001011111010101110 | e4bf91eab384eba7bbe8988aefbd88ecbeae |
UHC | 俑계맻蘊h쾮 | 111010011011010110110000111010001001000010111100111010001011001110100011111010001011001010000101 | e9b5b0e890bce8b3a3e8b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)