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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
UTF-8 | 묲뭀뫒B묳뫛 | 11101011101011001011001011101011101011011000000011101011101010111001001001000010111010111010110010110011111010111010101110011011 | ebacb2ebad80ebab9242ebacb3ebab9b |
UHC | 묲뭀뫒B묳뫛 | 1001001001001001100100100100111110010001101101000100001010010010010010101001000110111011 | 9249924f91b442924a91bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)