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 | ??N??? | 001111110011111101001110001111110011111100111111 | 3f3f4e3f3f3f |
SJIS-WIN | テヲNツ古ュ | 11000011101001100100111011000010100011001100001110101101 | c3a64ec28cc3ad |
EUC-JP | テヲNツ古ュ | 1000111011000011100011101010011001001110100011101100001010111000110001011000111010101101 | 8ec38ea64e8ec2b8c58ead |
UTF-8 | テヲNツ古ュ | 11101111101111101000001111101111101111011010011001001110111011111011111010000010111001011000111110100100111011111011110110101101 | efbe83efbda64eefbe82e58fa4efbdad |
UHC | ??N?古? | 00111111001111110100111000111111110011011010111100111111 | 3f3f4e3fcdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)