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 | 侑莎??篠 | 1001100011010000111001001011001100111111001111111000111011000010 | 98d0e4b33f3f8ec2 |
EUC-JP | 侑莎??篠 | 1101000011010010111010001011010100111111001111111011110011000100 | d0d2e8b53f3fbcc4 |
UTF-8 | 侑莎헉뤊篠 | 111001001011111010010001111010001000111010001110111011011001011110001001111010111010010010001010111001111010111110100000 | e4be91e88e8eed9789eba48ae7afa0 |
UHC | 侑莎헉뤊篠 | 11101010111000101101111011101101110001111110010010001111101110101110000111000110 | eae2deedc7e48fbae1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)