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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瀧?社? | 00111111100100011110101100111111100011101101000000111111 | 3f91eb3f8ed03f |
EUC-JP | 鋌瀧?社? | 100011111110010010111011110000101110110100111111101111001101001000111111 | 8fe4bbc2ed3fbcd23f |
UTF-8 | 鋌瀧렟社꺽 | 111010011000101110001100111001111000000010100111111010111010000010011111111001111010010010111110111010101011101010111101 | e98b8ce780a7eba09fe7a4beeababd |
UHC | 鋌瀧렟社꺽 | 11101111111110111101011011101001100011101011000011011110111001001011001010101001 | effbd6e98eb0dee4b2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)